From openbpx
Parses single .uasset package files via BPX info command to display engine version, table counts, and guessed asset kind. Useful for quick asset inspection.
How this skill is triggered — by the user, by Claude, or both
Slash command
/openbpx:bpx-infoThe 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 info <file.uasset>
bpx info ./Sample.uasset
npx claudepluginhub wilddogjp/openbpx --plugin openbpxInspects .uasset metadata, custom versions, dependencies, sections, resolves indices; updates safe package flags via BPX CLI commands.
Manages Unity assets: dependency inspection, reference integrity checks, prefab/scriptable-object creation, and package add/remove via the `u` CLI.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.