From openbpx
Shared safety and execution guidance for BPX skills. Provides workflows, command-selection heuristics, and output-reading tips for working with binary assets.
How this skill is triggered — by the user, by Claude, or both
Slash command
/openbpx:bpx-sharedThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Prefer `bpx` from `PATH` when available.
bpx from PATH when available.../../bin/bpx (or ../../bin/bpx.cmd on Windows) relative to this skill.<bpx-command> version and <bpx-command> help; use the same resolved command in later examples.--dry-run first for write-capable commands.--backup when writing files in place.bpx help <command>.--dry-run.--backup when approved.bpx validate <file> --binary-equality as needed.--dry-run first for write-capable commands.--backup for in-place updates unless explicitly declined.--format toml where available.info, dump, validate.export, import, ref, raw.prop, var, datatable, localization, stringtable, level.blueprint info -> blueprint disasm -> blueprint trace/search.bpx help <command> to confirm required flags and accepted forms.npx claudepluginhub wilddogjp/openbpx --plugin openbpxValidates 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.
Writes and reviews defensive Bash scripts for production automation, CI/CD, and system utilities. Enforces strict error handling, safe argument parsing, and portable patterns.
Generates professional bash/shell scripts with Google Shell Style Guide compliance, ShellCheck validation, cross-platform support (Linux/macOS/Windows/containers), POSIX compliance, security hardening, error handling, performance optimization, and BATS testing. Useful for automation, DevOps/CI/CD, build scripts, debugging.