From cc-suite
Non-interactively re-runs all cc-suite bridge and registration scripts to repair a broken plugin layer. Use after `/cc-suite:diagnose` finds unfixable issues or after manual edits corrupt the setup.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cc-suite:repairThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
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."npx claudepluginhub xiaolai/claude-plugin-marketplace --plugin cc-suiteRuns a full health check on cc-suite setup, explains issues, and auto-fixes them. Use at session start or after updating cc-suite.
Runs comprehensive diagnostics on Claude Code environment: plugins, settings, hooks, MCP servers. Identifies issues, supports --fix and --verbose.
Audits .claude/ structure, naming, hooks, and plugin versions. Runs hygiene and sync checks, outputs health report with fix commands.