repair

Installation
SKILL.md

Repair

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.

When to Use

  • /cc-suite:diagnose found issues and its auto-fix did not resolve them
  • The cc-suite layer is in an inconsistent state (e.g. after a manual edit gone wrong)
  • After reinstalling cc-suite to a project, to restore all artifacts at once

If repair still leaves issues, the next step is /cc-suite:init in a Claude Code session (full interactive re-initialization).

Workflow

Step 1: Bridge init

bash "${CLAUDE_PLUGIN_ROOT}/scripts/init.sh"
Installs
1
GitHub Stars
23
First Seen
Jul 25, 2026
repair — xiaolai/cc-suite