agent-common
Shared preamble loaded by all cc10x agents — memory protocol, contract format, output rules.
Internal skill. Synthesis guidance loaded via SKILL_HINTS by planner and bug-investigator when research files are available.
$ npx -y skills add romiluz13/cc10x --skill research --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/researchContext preview
The summary Claude sees to decide when to auto-load this skill.
Internal skill. Synthesis guidance loaded via SKILL_HINTS by planner and bug-investigator when research files are available.
name: research description: "Internal skill. Synthesis guidance loaded via SKILL_HINTS by planner and bug-investigator when research files are available." allowed-tools: Read user-invocable: false
This skill is loaded via SKILL_HINTS by `cc10x:planner` and `cc10x:bug-investigator` when the router passes research files in the prompt. It provides instructions for synthesizing web and GitHub research findings.
**This skill does NOT execute research.** Research execution is done by:
After the router passes research file paths in your prompt, read the available files and produce a synthesis that: 1. Answers the knowledge gap (the `Reason` field from your prompt) 2. Identifies the top 2-3 actionable patterns 3. Lists gotchas with solutions 4. Provides specific references for debugging 5. Reflects evidence quality honestly 6. States the single finding that most changed the recommendation
**Include:**
**Exclude:**
A name (package, repo, handle) is not a unique key. Researchers routinely retrieve content where one name collides across distinct entities — two npm packages publish under the same name, the same handle exists on two platforms run by different people, a repo name is forked or squatted under multiple owners. This is retrieval noise, not a source conflict.
Once the **canonical entity is resolved** — the one the project actually depends on, the owner/scope it ships under, the platform that matches the project's context — treat that resolution as authoritative:
## Evidence Quality - Web: [high / medium / low / none] - GitHub: [high / medium / low / none] - Overall confidence: [high / medium / low] ## Web Findings [3-5 bullets from web research. Focus on patterns and gotchas.] ## GitHub Findings [3-5 bullets from GitHub. Focus on real implementation patterns.] ## Synthesis **Knowledge Gap answered:** [One sentence: what we now know that we didn't before] **Recommended approach:** [1-3 sentences: what to do] **What changed the recommendation most:** [single sentence] **Top patterns to apply:** 1. [Specific, actionable pattern] 2. [Specific, actionable pattern] **Gotchas to avoid:** - [Gotcha]: [Solution] **References for debugging:** - [URL or GitHub repo path]
If web researcher returned `[Web phase unavailable]`:
If GitHub researcher returned `[GitHub phase unavailable]`:
If BOTH unavailable:
Quality weighting:
Do not edit `.cc10x/*.md` directly from this skill or from the host agent.
Instead, surface the most durable takeaway through the host agent's `MEMORY_NOTES`, for example:
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.
Repo: romiluz13/cc10x
Shared preamble loaded by all cc10x agents — memory protocol, contract format, output rules.
Greenfield architecture design: map functionality flows, draw components, design APIs, classify dependencies, plan observability. For multi-component, API,…
Implementation skill for writing production code with TDD. Covers the RED-GREEN-REFACTOR cycle, false-RED detection, vertical slicing, scope escalation, test…
Answers questions about cc10x itself — what it is, how to install and configure it, how the router, workflows, memory, and hooks operate, and how to…
THE ONLY ENTRY POINT FOR CC10X. Activate this skill for build, debug, review, and plan requests. Use when the user asks to implement, fix, review, plan, test,…
Two-mode skill: (1) adversarial review — spec compliance + code quality + security, confidence-scored findings with file:line evidence; (2) receiving review —…