From openbpx
Dumps Summary, NameMap, ImportMap, and ExportMap tables from .uasset packages into JSON, TOML, or YAML formats via BPX dump command. Emits structured payloads or writes to file.
How this skill is triggered — by the user, by Claude, or both
Slash command
/openbpx:bpx-dumpThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Read [bpx-shared](../bpx-shared/SKILL.md).
PREREQUISITE: Read bpx-shared.
bpx dump <file.uasset> [--format json|toml|yaml] [--out path]
--out is used, stdout returns an acknowledgement object (file, format, out).bpx dump ./Sample.uasset [--format json|toml|yaml] [--out path]
npx claudepluginhub wilddogjp/openbpx --plugin openbpxParses single .uasset package files via BPX info command to display engine version, table counts, and guessed asset kind. Useful for quick asset inspection.
Creates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.