cc10x
Orchestrated build, debug, review, and plan workflows with persistent memory
All Skills in This Repository (45)
Pure Emerald Level Indicatorscc10x-router
Detect intent and orchestrate CC10X workflows with memory-driven routing.
session-memory
Load and update session memory files across cc10x-router workflows.
planning-patterns
Generate executable, test-driven implementation plans with explicit file changes and commit actions.
frontend-patterns
Provide frontend patterns for UX, accessibility, and responsive design consistency.
debugging-patterns
Enforce root-cause investigation before applying fixes in debugging workflows.
code-review-patterns
Enforce spec compliance before quality review in code submissions.
build-workflow
Automate software feature builds with TDD and subagent orchestration.
ui-design
Design UI layouts with visual hierarchy, spacing, color, and state design.
project-context-understanding
Map project structure, dependencies, and architecture patterns from codebases.
planning-workflow
Coordinates requirements intake and delegates analysis to produce a consolidated planning report.
test-driven-development
Enforce the red-green-refactor TDD cycle with failing tests before production code.
parallel-agent-dispatch
Dispatch independent bug-investigator subagents concurrently for parallel debugging.
Frequently Asked Questions
FAQPage SchemaHow to install cc10x?▼
Run `npx skills add romiluz13/cc10x --all -g -y` in your terminal to install the full suite globally.
What does cc10x do?▼
It routes build, debug, review, and plan requests to specialist agents and enforces quality gates so work is verified with real evidence before being called done.
How does cc10x prevent lost context?▼
It writes workflow state, decisions, and verification results to disk under .cc10x/, so sessions resume from durable artifacts instead of a faded chat history.
Does cc10x work with Claude Code?▼
Yes. It is built as a Claude Code plugin with a router, 11 specialist agents, and hooks that activate automatically after setup.
Can I skip cc10x for a quick task?▼
Yes. Say 'skip cc10x', 'without cc10x', or 'don't use cc10x' and the router will stand down for that request.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core