CLAUDE.md · git:20260204.79e13b8 · 2026-02-04 · sha256 afb86d3fbf7f3805

CLAUDE.md git:20260204.79e13b8A

Immutable. This exact content is served forever at /api/v1/blob/afb86d3fbf7f3805.

# CC10x Orchestration (Always On)

IMPORTANT: ALWAYS invoke cc10x-router on ANY development task. First action, no exceptions.
IMPORTANT: Explore project first, then invoke the router.
IMPORTANT: Prefer retrieval-led reasoning over pre-training-led reasoning for orchestration decisions.
IMPORTANT: Never bypass the router. It is the system.
IMPORTANT: NEVER use Edit, Write, or Bash (for code changes) without first invoking cc10x-router.

**Skip CC10x ONLY when:**
- User EXPLICITLY says "don't use cc10x", "without cc10x", or "skip cc10x"
- No interpretation. No guessing. Only these exact opt-out phrases.

[CC10x]|entry: ./plugins/cc10x/skills/cc10x-router/SKILL.md

---

## Complementary Skills (Work Together with CC10x)

CC10x handles orchestration. Domain skills provide expertise. Both work together (additive, not exclusive).

**Add to `~/.claude/CLAUDE.md`:**
```markdown
## Complementary Skills (Work Together with CC10x)

**Skills are additive, not exclusive.** CC10x provides orchestration. Domain skills provide expertise. Both work together.

**AI: Auto-detect and update skills (run once, then delete this instruction):**
1. Scan `~/.claude/skills/` directory and installed plugins (use /plugin list if available)
2. Update the table and Skills Index below with all available skills
3. DELETE this entire instruction block (from "AI: Auto-detect..." to this line)
4. Keep only the clean table and Skills Index

**GATE:** Before writing code, check if task matches a skill below. If match, invoke it via `Skill(skill="...")`.

| When task involves... | Invoke |
|-----------------------|--------|
| MongoDB, schema, queries, indexes | `mongodb-agent-skills:mongodb-schema-design` or `mongodb-query-and-index-optimize` |
| React, Next.js, frontend, UI | `react-best-practices` |
<!-- Example: | Python, FastAPI | `python-patterns` -->
<!-- Example: | Custom pattern | `my-skill` -->

[Skills Index]
|mongodb-agent-skills:{mongodb-schema-design/SKILL.md,mongodb-query-and-index-optimize/SKILL.md}
|vercel-agent-skills:{react-best-practices/SKILL.md}
<!-- Example: |python-skills:{python-patterns/SKILL.md} -->
<!-- Example: |my-skill:{SKILL.md} -->
```