init

Installation
SKILL.md

Init

Bootstrap cc-suite in the current project.

When to Use

  • Setting up a project for the first time
  • Re-initializing after cloning a repo that already has AGENTS.md
  • Walks through the same setup flow as /cc-suite:init — useful when the agent should drive the steps in conversation rather than via a slash command

Workflow

Step 1: Check for existing config

[ -f .cc-suite.md ] && echo "exists" || echo "missing"
Installs
1
GitHub Stars
23
First Seen
Jul 25, 2026
init — xiaolai/cc-suite