Commands
17 commands, each with a declared tier. Invoke them as /hub:<name> in Claude Code, or @hub <name> in Codex.
How to read this table
- LIGHT — runs directly, no approval prompt.
- MEDIUM — one-line preview, y/n/tweak prompt.
- HEAVY — full gate with planned agents, skills, token estimate, and alternatives.
- Pass
--yesor-yas the first argument to bypass any gate (usage still logs).
| Command | Tier | ~Tokens | What it does |
|---|---|---|---|
/hub:brainstorm <idea> | MEDIUM | 10k–30k | Explore 3+ options with trade-offs — no code, ideas only. |
/hub:budget [low|medium|ok|clear] | LIGHT | <2k | Opt-in budget hint; adds a budget line to the HEAVY gate. |
/hub:context-budget [verbose] | LIGHT | <2k | Session headroom signal (GREEN/YELLOW/RED) + drop-candidate detection. |
/hub:create <what to build> | HEAVY | 80k–200k | Scaffold a new app — up to 5 specialists from planner through devops. |
/hub:debug <symptom or error> | MEDIUM | 15k–40k | Systematic root-cause investigation and fix. |
/hub:deploy [check|staging|production|rollback] | HEAVY | 40k–100k | Pre-flight checks, deployment, post-deploy verification. |
/hub:enhance <change to make> | HEAVY | 50k–150k | Add or update features in an existing app — scoped, minimum agents. |
/hub:help [commands|agents|skills|<name>] | LIGHT | <5k | Full capability index — reads CATALOG.md, no bash. |
/hub:hookify <nl description> | LIGHT | <2k | Natural language → hooks.json snippet (never writes the file itself). |
/hub:instincts [status|show|promote|clear] | LIGHT | <2k | Project-scoped learned preferences in .hub/instincts.yaml. |
/hub:ledger [weekly|by-agent|by-skill|roi|...] | LIGHT | <3k | Read-only aggregations over .hub/usage.json. |
/hub:orchestrate <task or plan> | HEAVY | 80k–250k | Coordinate ≥3 agents in a 2-phase plan→approve→implement pipeline. |
/hub:plan <what to plan> | MEDIUM | 20k–50k | Generate docs/PLAN-<slug>.md — no code, plan file only. |
/hub:preview [start|stop|url] | LIGHT | <2k | Start/stop the dev server and show the local URL. |
/hub:status | LIGHT | <2k | Project state: stack, git, open TODOs, recent changes. |
/hub:test [generate|run|coverage|watch] | MEDIUM | 15k–60k | `generate` = MEDIUM (writes tests); other modes = LIGHT. |
/hub:ui-ux-pro-max <target> | HEAVY | 60k–180k | Deep UI/UX audit + redesign via frontend-specialist + 3 design skills. |
Codex equivalents
Everything above translates 1:1 to Codex by swapping the prefix: /hub:debug → @hub debug, /hub:plan → @hub plan, and so on.
The/prefix is reserved for Codex built-in commands. Typing/hub:debuginside Codex will be rejected. Always use@hub debug.