Stats
Actions
Tags
From openbpx
Lists struct-like exports in .uasset files or inspects a specific struct export using BPX struct command. For Unreal Engine asset analysis.
How this skill is triggered — by the user, by Claude, or both
Slash command
/openbpx:bpx-structThe 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 struct definition <file.uasset>
bpx struct details <file.uasset> --export <n>
definition: lists struct-like exports.details: inspects one struct export by --export index.| Command | Use when | Notable defaults |
|---|---|---|
definition | lists struct-like exports. | Check bpx help for exact required flags. |
details | inspects one struct export by --export index. | Check bpx help for exact required flags. |
bpx struct definition ./Sample.uasset
bpx struct details ./Sample.uasset --export 1
npx claudepluginhub wilddogjp/openbpx --plugin openbpxInspects one class export payload/header by index in .uasset files using the `bpx class` command. Outputs file and export info shape. Requires bpx-shared skill.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.