From openbpx
Validates BPX package files (.uasset) via parse, consistency checks, and optional binary equality. Exits code 2 on failure; emits details in result payload. For pre-operation safety.
How this skill is triggered — by the user, by Claude, or both
Slash command
/openbpx:bpx-validateThe 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 validate <file.uasset> [--binary-equality]
--binary-equality also checks no-op rewrite byte equality.result payload.2 indicates a non-OK validation result (not a transport/runtime failure).--binary-equality is the strongest no-op round-trip safety check.bpx validate ./Sample.uasset [--binary-equality]
npx claudepluginhub wilddogjp/openbpx --plugin openbpxShared safety and execution guidance for BPX skills. Provides workflows, command-selection heuristics, and output-reading tips for working with binary assets.
Validates packs by running automated quality checks, re-running test prompts with pack loaded, measuring behavior change against baseline, and reporting if it earns context tokens.
Runs validator checks only (no AI reviews) when explicitly requested with phrases like 'run validator checks' or 'checks only'. Extracts failures and guides fixes.