From cannibalizer
Run cnbl eat to execute a migration plan -- copies generated stubs into destination repos and archives originals to the vault. Use when the user wants to "execute the plan", "absorb the files", "do the migration", or "eat it".
How this skill is triggered — by the user, by Claude, or both
Slash command
/cannibalizer:eathaikuThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Execute a migration plan by copying stubs and archiving originals.
Execute a migration plan by copying stubs and archiving originals.
# Preview what would happen
cnbl eat --input /tmp/cnbl-plan.jsonl \
--scaffold-dir /tmp/cnbl-output \
--source-repo my-repo \
--dry-run
# Execute for real
cnbl eat --input /tmp/cnbl-plan.jsonl \
--scaffold-dir /tmp/cnbl-output \
--source-repo my-repo
| Flag | Default |
|---|---|
--scaffold-dir | ./cnbl-output |
--repo-root | ~/dev |
--vault-dir | /Volumes/Extreme SSD/vault/cnbl-artifacts |
--source-repo | unknown |
| Destination | Action |
|---|---|
| ExistingRepo | Copy scaffold dir into <repo-root>/<name>/ |
| NewCrate | Copy scaffold dir into <repo-root>/<name>/ |
| Archive | Copy source file into <vault-dir>/<source>/ |
| Discard | No action (logged in dry-run) |
--dry-run first and show the user the output<repo-root>/<name>/npx claudepluginhub 89jobrien/bazaar --plugin cannibalizerCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.