cancel
25Command
Cancel an active background multi-CLI job in this repository.
Command
Cancel an active background multi-CLI job in this repository.
Command
Show the stored final output for a finished multi-CLI job in this repository.
Command
One-shot setup wizard — detects CLIs, configures Exa + Context7 MCPs on each.
Command
Show active and recent multi-CLI background jobs (codex, cursor, antigravity, opencode) for this repository.
Hook
Runs when a session starts, executing session-lifecycle-hook.mjs via node. From greenpolo/cc-multi-cli-plugin.
Hook
Runs when a session ends, executing session-lifecycle-hook.mjs via node. From greenpolo/cc-multi-cli-plugin.
Hook
Runs when the agent finishes a response, executing stop-review-gate-hook.mjs via node. From greenpolo/cc-multi-cli-plugin.
Skill Claude CodeCodex
Internal helper contract for calling the multi-cli-companion runtime from Claude Code.
Skill Claude CodeCodex
Internal guidance for presenting Codex helper output back to the user.
Skill Claude CodeCodex
Rewire which CLI handles which role in cc-multi-cli-plugin, OR diagnose/work around an upstream CLI quirk via env vars and config files. Use when the user asks to swap CLIs, change a subagent's target CLI, add or disable a subagent or command, restrict a CLI to read-only, hardcode a model, or change how a role frames…
Skill Claude CodeCodex
Internal guidance for composing Codex and GPT-5.4 prompts for coding, review, diagnosis, and research tasks inside the Codex Claude Code plugin.
Skill Claude CodeCodex
Add a new CLI provider to cc-multi-cli-plugin (beyond the built-in Codex/Cursor/Antigravity/OpenCode). Use when the user asks to integrate another AI CLI like Aider, Qwen, or any CLI that can be driven headlessly (a -p/print mode with JSON output, an app-server/HTTP mode, or any structured transport). Trigger phrases…
Skill Claude CodeCodex
Internal helper contract for calling the multi-cli-companion runtime from any multi: subagent.
Skill Claude CodeCodex
Auto-detect plan files in conversation context and pass them to multi: execute subagents by reference, not by paraphrase.
Skill Claude CodeCodex
Internal guidance for presenting multi: helper output back to the user.
Plugin Claude Code
Delegate implementation, web research, and codebase exploration to the OpenCode CLI (headless opencode run). Part of cc-multi-cli-plugin. Requires the multi plugin.