grok-preflight
121Command
Check Grok Build (xAI) readiness — binary on PATH, authentication, and available models. Fast and local (no network round-trip).
Command
Check Grok Build (xAI) readiness — binary on PATH, authentication, and available models. Fast and local (no network round-trip).
Command
Delegate a prompt to Grok Build (xAI) over the Agent Client Protocol (ACP), with bounded execution and shared job tracking. The Claude → Grok delegation lane.
Command
Send a plan to Codex MCP for full autonomous implementation — choose model, effort, and sandbox level.
Command
Initialize cc-suite for the current project — sets up the AGENTS.md bridge, registers Codex, Claude, and Antigravity MCP surfaces, and generates a .cc-suite.md config.
Command
List every cc-suite advisor agent registered in this project — name, consult tool, model, tool scope, and one-line description.
Command
Migrate a legacy Gemini CLI setup to Antigravity CLI and establish the cc-suite workspace bridge.
Command
Check local Qwen Code readiness for the bounded review runner without sending a model prompt or inspecting credentials.
Command
Send a bounded, read-only review to Qwen Code with sandboxing, isolated target copies, strict completion detection, verified hashes, and limited session resume.
Command
Refresh Claude Code convention knowledge — fetch latest docs via context7 and update the reference skill.
Command
Remove a cc-suite advisor agent — deletes the .cc-suite/agents/ .md file and re-runs the bridge to clean up its registrations and (optionally) its timeline.
Command
Non-interactive re-run of all cc-suite bridge and registration scripts. No questions asked — idempotent, safe to re-run at any time. Use when /cc-suite:diagnose finds issues it could not auto-fix, or when the setup is in an inconsistent state.
Command
Fetch stored output from a completed Codex job.
Command
Send a plan to Codex for architectural review — checks consistency, completeness, feasibility, ambiguity, and risk.
Command
Check Codex readiness and manage the stop-time review gate.
Command
Show active and recent Codex or Antigravity jobs — background tasks, running audits, completed results.
Command
Synchronize Claude Code project MCP servers into Codex and Antigravity workspace configs.
Command
Tear down the cc-suite artifacts in the current repo. Does not delete CLAUDE.md content or .claude/, only the bridge layer.
Command
Refresh the cc-suite bridge after updating the plugin. Re-renders MCP registrations, pre-warms the npx cache for the pinned claude-octopus, and verifies the pin actually boots and speaks MCP.
Command
Verification auditor — confirms fixes from a previous audit report.
Hook
Runs when a session starts, executing session-lifecycle-hook.mjs via node. From xiaolai/cc-suite.
Hook
Runs when a session ends, executing session-lifecycle-hook.mjs via node. From xiaolai/cc-suite.
Hook
Runs when the agent finishes a response, executing stop-review-gate-hook.mjs via node. From xiaolai/cc-suite.
Skill Claude CodeCodex
Use when creating, editing, or reviewing a cc-suite advisor agent (a value-over-rules persona under .cc-suite/agents/). Covers system-prompt phrasing, model choice, tool restrictions, working-dir scoping, budget/turn limits, and the file format. Use proactively whenever the user asks to "add an agent", "make an…
Skill Claude CodeCodex
Full audit→fix→verify cycle: Claude audits, Codex fixes, Claude verifies. Repeats up to 3 rounds until all issues are resolved or the user stops. Claude does all code reading and judgment; Codex does all file editing.