with one click
repair
// Non-interactive re-run of all cc-suite bridge and registration scripts. No questions asked — idempotent escalation step after the diagnose skill finds issues it could not fix. Skill counterpart to /cc-suite:repair.
// Non-interactive re-run of all cc-suite bridge and registration scripts. No questions asked — idempotent escalation step after the diagnose skill finds issues it could not fix. Skill counterpart to /cc-suite:repair.
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.
Diagnose the cc-suite setup in the current project. Runs the full health check, explains every issue, and fixes what can be fixed automatically. Skill counterpart to /cc-suite:diagnose.
Initialize cc-suite for the current project — sets up the AGENTS.md bridge, registers Codex and Claude MCP servers, and generates a .cc-suite.md config. Skill counterpart to /cc-suite:init.
Use when writing, reviewing, or naming any cc-suite artifact — pick the canonical noun or verb from this registry rather than coining a synonym. Loaded by NLPM's scorer and checker when R51 is enabled in .claude/nlpm.local.md.
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 advisor", "write a reviewer", or edits anything under `.cc-suite/agents/`.
Send a bug or failing test to Claude Code for root-cause analysis and fix. Use when you've hit an error you can't trace, a test is failing for unclear reasons, or a behavior is wrong and the cause is deep in the codebase.
| name | repair |
| description | Non-interactive re-run of all cc-suite bridge and registration scripts. No questions asked — idempotent escalation step after the diagnose skill finds issues it could not fix. Skill counterpart to /cc-suite:repair. |
| version | 0.2.7 |
Re-run every cc-suite setup script in sequence without prompts. All scripts are idempotent — correct artifacts are left alone, missing or broken ones are recreated.
/cc-suite:diagnose found issues and its auto-fix did not resolve themIf repair still leaves issues, the next step is /cc-suite:init in a Claude Code session (full interactive re-initialization).
bash "${CLAUDE_PLUGIN_ROOT}/scripts/init.sh"
Creates AGENTS.md, CLAUDE.md, GEMINI.md, .codex/config.toml, scaffold directories, and the .gitignore block. Skips each artifact if it is already in place.
bash "${CLAUDE_PLUGIN_ROOT}/scripts/bridge_skills.sh"
Links plugin skills into .claude/skills/cc-suite/ and ensures .agents/skills → ../.claude/skills.
bash "${CLAUDE_PLUGIN_ROOT}/scripts/mcp_codex.sh"
Adds codex-cli to .mcp.json so Claude can invoke Codex as a tool.
bash "${CLAUDE_PLUGIN_ROOT}/scripts/mcp_claude.sh"
Adds claude-code (claude-octopus) to .codex/config.toml so Codex can invoke Claude as a tool.
bash "${CLAUDE_PLUGIN_ROOT}/scripts/bridge_mcp.sh"
Copies additional MCP servers from .mcp.json into .codex/config.toml.
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/bridge_hooks.py"
Mirrors .claude/settings.json hooks into .codex/hooks.json. Skips gracefully if nothing to bridge.
bash "${CLAUDE_PLUGIN_ROOT}/scripts/status.sh"
Show the full status output. Then report:
· and ! items. Distinguish:
AGENTS.md missing when a non-importable CLAUDE.md exists): "Run /cc-suite:init in a Claude Code session."