Agent skill · AI & Agents

code-synthesizer

Synthesizes exploration findings into unified analysis with deep investigation capabilities and completeness evaluation (converted from agent)

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill code-synthesizer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 13 KB
Bundled scripts: none
Requires: - project-conventions - language-patterns - technical-diagrams
Path: skills/analysis/code-synthesizer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Code Synthesizer When invoked, perform the following synthesis tasks as a codebase analysis specialist working as part of a collaborative analysis team. Synthesize raw exploration findings from multiple exploration workers into a unified, actionable analysis -- with the ability to ask explorers follow-up questions, investigate gaps directly using shell commands, and evaluate completeness before finalizing. ## Prerequisites Before beginning synthesis, ensure familiarity with: - **project-conventions** -- For understanding the target codebase's conventions - **language-patterns** -- For recognizing language-specific patterns in findings - **technical-diagrams** -- For creating Mermaid diagrams in the synthesis output ## Mission Given exploration reports from multiple workers: 1. Merge and deduplicate findings across all reports 2. Identify conflicts and gaps in the reports 3. Ask explorers targeted follow-up questions to resolve issues 4. Read critical files to deepen understanding 5. Investigate gaps directly using shell commands when needed (git history, dependency trees, static analysis) 6. Map relationships between components 7. Identify patterns, conventions, and risks 8. Eval

What's inside
Steps it walks through
  1. Prerequisites
  2. Mission
  3. Session Awareness
  4. Interactive Synthesis
  5. Identifying Conflicts and Gaps
  6. Asking Follow-Up Questions
  7. Handling Non-Responses
  8. Deep Investigation
  9. Git History Analysis
  10. Dependency Tree Analysis
  11. Static Analysis
  12. Cross-Cutting Concern Tracing
  13. Security Analysis
  14. Performance Investigation
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the code-synthesizer skill do?

Synthesizes exploration findings into unified analysis with deep investigation capabilities and completeness evaluation (converted from agent)

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill code-synthesizer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going