cc10x CLAUDE.md

A set of instructions for coordinating multi-step coding work with cc10x, an orchestration system for routing development tasks. It also describes how related skills should work alongside that system.

In plain words
What is it for?
Use it when a project uses cc10x and needs work routed before implementation or review. It explains when routing may be skipped and which instructions take priority.
Why use it?
It gives larger build, debugging, review, and planning tasks a defined routing process before code changes begin. This helps keep work aligned with project instructions and quality checks.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/romiluz13/cc10x/claude-md
Clone the repo
git clone --depth 1 https://github.com/romiluz13/cc10x
Per session 516 This file is loaded in full into every session.
When invoked 516 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00516 $0.00516
Opus 5 $0.00258 $0.00258
Sonnet 5 $0.00103 $0.00103
Haiku 4.5 $0.00052 $0.00052

Measured 3d ago against content hash a35cdf63f56f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

cc10x CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 39 lines

How it starts

The opening of the file, as written. The whole thing — 39 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CC10x Orchestration (Always On)

IMPORTANT: For multi-step development work (build, debug, review, plan), do minimal orientation first, then invoke cc10x-router before planning, implementation, review, or code changes. IMPORTANT: Minimal orientation means only the nearest project instructions, manifest, and immediate target surface. Do not do broad exploration before routing. IMPORTANT: Prefer retrieval-led reasoning over pre-training-led reasoning for orchestration decisions. IMPORTANT: The router is the default for multi-step development work. Route write-heavy BUILD/DEBUG work through it; the router's fail-closed gates and durable artifacts are the value. A single trivial one-line edit need not pay full routing, but anything that spans files, has separable concerns, or changes a contract should route.

Precedence (highest first): explicit user instructions > project standards (CLAUDE.md / repo conventions) > approved plans and design docs > domain-specific skills > cc10x internal skills > router defaults. The router enforces quality; it does not override the user.

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)

Add to ~/.claude/CLAUDE.md:

## Complementary Skills (Work Together with CC10x)

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

**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-optimizer` |
| React, Next.js, frontend, UI | `react-best-practices` |

[Skills Index]
|mongodb-agent-skills:{mongodb-schema-design/SKILL.md,mongodb-query-optimizer/SKILL.md}
|vercel-agent-skills:{react-best-practices/SKILL.md}

Read the full file on GitHub · 39 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 39 lines · 516 tokens per session scan A a35cdf63f56f

Subscribe to this mod's changes

cc10x CLAUDE.md is an instructions file published in the GitHub repository romiluz13/cc10x (164 stars, last pushed 1mo ago), licensed MIT. It adds 516 tokens to every session, about $0.0026 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories

awesome-loop-engineering AGENTS.md

Instructions for ChaoYue0307/awesome-loop-engineering, covering repository guidance for ai agents, scope, editing rules, commit identity rule and entry format.

ChaoYue0307/awesome-loop-engineering · 611 tokens

sd0x-harness CLAUDE.md

Instructions for sd0xdev/sd0x-harness, covering sd0x-dev-flow — harness engineering for claude code, required checks (stop hook reminded), auto-loop, development rules and footguns.

sd0xdev/sd0x-harness · 2,000 tokens

awesome-harness-engineering AGENTS.md

AGENTS.md instructions for ai-boost/awesome-harness-engineering, covering agents.md, what this repo is, conventions, what belongs and what doesn't belong.

ai-boost/awesome-harness-engineering · 339 tokens

awesome-harness-engineering CLAUDE.md

Claude Code instructions for ai-boost/awesome-harness-engineering, a project described as: Awesome list for AI agent harness engineering: tools, patterns, evals, memory, MCP, permissions, observability, and orchestration.

ai-boost/awesome-harness-engineering · 3 tokens

bkn-foundry AGENTS.md

AGENTS.md instructions for openbkn-ai/bkn-foundry, covering agents.md, read before doing anything, hard rules for agents and commits & branches.

openbkn-ai/bkn-foundry · 984 tokens

odin-reflector AGENTS.md

Instructions for OutlineDriven/odin-reflector, covering codex reflector agent notes, surface split, model routing invariants, python claude/cursor plugin invariants and omp native extension invariants.

OutlineDriven/odin-reflector · 3,750 tokens