Cc10x banner
romiluz13 romiluz13

Cc10x

Testing community

Description

The Loop Engine for Claude Code — engineer the loop, not the prompt. 1 router · 9 agents · 16 skills · 4 workflows. Fail-closed gates, test honesty, anti-anchored review.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

CC10x — The Loop Engine for Claude Code. Orange stylized X with starburst and CC10x wordmark.

cc10x — The Loop Engine for Claude Code

Stop chasing better models. Engineer the loop.

Same model. Same Claude Code. Different outcome.
The agent forgets between turns. The harness remembers across runs.
cc10x writes every workflow to disk — intent, evidence, verdicts, failures — so resume, review, and verification read from the artifact, not from a context window that's already gone.

1 router  ·  11 specialist agents  ·  20 skills  ·  4 workflows

Fail-closed gates  ·  survives compaction  ·  dispatch-by-reference  ·  test honesty gates  ·  anti-anchored review

Explore interactively: cc10x Explorer  ·  Architecture Explorer

**Current version:** 12.8.0


Install

**Step 1 — Add the marketplace:**

/plugin marketplace add romiluz13/cc10x

**Step 2 — Install the plugin:**

/plugin install cc10x@cc10x

Then say **"set up cc10x for me"** in Claude Code and restart. Done.


Quick Start Examples

Build Something

"build a user authentication system"

→ Router detects BUILD intent
→ Stops to resolve missing requirements first
→ component-builder drives RED → GREEN → REFACTOR
→ code-reviewer + failure-hunter run in parallel
→ integration-verifier checks wiring, artifacts, and behavior
→ Workflow state and memory are updated

Fix a Bug

"debug the payment processing error"

→ Router detects DEBUG intent
→ Loads pr