← ClaudeAtlas

booster-commandlisted

Run Claude Booster command protocols in Codex. Use when Dmitry invokes or asks to install/run Booster commands such as start, handover, fable, autopilot, consilium, audit, code-review, architecture, go, debt, phase, update, delegate, lead, verify-flow, verify-after-edit, audit-trace, or hackathon.
demetrius2017/Claude_Booster · ★ 0 · AI & Automation · score 72
Install: claude install-skill demetrius2017/Claude_Booster
# Booster Command Runner This skill is the Codex compatibility layer for Claude Booster command specs. Use it when the user invokes a Booster command by name, for example: - `start` - `handover` - `fable <question>` or natural-language "посоветуйся с Fable 5" - `autopilot on <North Star>`, `autopilot status`, or `autopilot off` - `consilium <topic>` - `audit <topic>` - `code-review [model] [topic] [--model <model>] [--scope <path>] [--apply]` - `architecture [--update]` - `go [fable] <artifact contract>` - `debt <mode>` - `$consilium <topic>` or `/prompts:consilium <topic>` ## Source Of Truth Load the original command spec before executing. Resolve `<command>` from the alias skill name, prompt name, or the first argument after `$booster-command`. Search in this order: 1. `~/.claude/commands/<command>.md` 2. `references/commands/<command>.md` relative to this installed skill 3. `<repo-root>/templates/commands/<command>.md` 4. `<repo-root>/.claude/commands/<command>.md` If the command spec is missing, say which paths were checked and stop. ## Codex Adapters Execute the command behavior, not the literal Claude Code tool names. - `Read` / `Grep` / `Glob` / `Bash` mean Codex file reads, `rg`, and shell tools. - `EnterPlanMode` / `ExitPlanMode` mean use Codex planning behavior or `update_plan`. - `TaskCreate` / `TaskUpdate` mean use `update_plan` and concise progress updates. - Claude `Agent` / `Explore` / `general-purpose` means Codex subagents when the command explic