romiluz13romiluz13Community·45 Agent Skills Included

cc10x

Orchestrated build, debug, review, and plan workflows with persistent memory

Routes every development request through a single entry point that dispatches specialist agents for building, debugging, reviewing, and planning code. Eliminates false 'done' claims, lost context after compaction, and unverified test results by writing workflow state to disk and enforcing fail-closed quality gates. Keeps long coding sessions consistent with durable memory files, evidence-based verification, and independent review before anything ships.
npx skills add romiluz13/cc10x --all -g -y
Available:

Instructs the agent to route all multi-step development work through the cc10x-router first, do only minimal orientation before routing, and only skip orchestration when the user explicitly says so.

All Skills in This Repository (45)

Pure Emerald Level Indicators
📦 In Repo
romiluz13romiluz13

cc10x-router

Detect intent and orchestrate CC10X workflows with memory-driven routing.

Community
Advanced
📦 In Repo
romiluz13romiluz13

session-memory

Load and update session memory files across cc10x-router workflows.

Community
Basic
📦 In Repo
romiluz13romiluz13

planning-patterns

Generate executable, test-driven implementation plans with explicit file changes and commit actions.

Community
Advanced
📦 In Repo
romiluz13romiluz13

frontend-patterns

Provide frontend patterns for UX, accessibility, and responsive design consistency.

Community
Advanced
📦 In Repo
romiluz13romiluz13

debugging-patterns

Enforce root-cause investigation before applying fixes in debugging workflows.

Community
Advanced
📦 In Repo
romiluz13romiluz13

code-review-patterns

Enforce spec compliance before quality review in code submissions.

Community
Advanced
📦 In Repo
romiluz13romiluz13

build-workflow

Automate software feature builds with TDD and subagent orchestration.

Community
Intermediate
📦 In Repo
romiluz13romiluz13

ui-design

Design UI layouts with visual hierarchy, spacing, color, and state design.

Community
Basic
📦 In Repo
romiluz13romiluz13

project-context-understanding

Map project structure, dependencies, and architecture patterns from codebases.

Community
Intermediate
📦 In Repo
romiluz13romiluz13

planning-workflow

Coordinates requirements intake and delegates analysis to produce a consolidated planning report.

Community
Intermediate
📦 In Repo
romiluz13romiluz13

test-driven-development

Enforce the red-green-refactor TDD cycle with failing tests before production code.

Community
Intermediate
📦 In Repo
romiluz13romiluz13

parallel-agent-dispatch

Dispatch independent bug-investigator subagents concurrently for parallel debugging.

Community
Basic

Frequently Asked Questions

FAQPage Schema
How 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