원클릭으로
bpx-write
BPX `write` command skill. Rewrite a parsed package to a separate output path.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
BPX `write` command skill. Rewrite a parsed package to a separate output path.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | bpx-write |
| description | BPX `write` command skill. Rewrite a parsed package to a separate output path. |
PREREQUISITE: Read bpx-shared.
bpx write <file.uasset> --out <new.uasset> [--dry-run] [--backup]
--dry-run reports changed/bytes without writing files.--backup creates <out>.backup when destination already exists.[!CAUTION] This command includes write-capable operations. Confirm intent and run
--dry-runfirst.
bpx write ./Sample.uasset --out ./Sample.out.uasset [--dry-run] [--backup]
BPX `blueprint` command skill. Inspect and analyze blueprint exports, bytecode, and graph data.
BPX `class` command skill. Inspect one class export payload/header by index.
BPX `datatable` command skill. Read DataTable-family rows and update DataTable rows.
BPX `dump` command skill. Dump package summary/name/import/export tables in structured formats.
BPX `enum` command skill. List enum exports or update existing enum values.
BPX `export` command skill. Inspect export headers or update selected header fields.