Agent skill · AI & Agents

code-synthesizer

Synthesizes exploration findings into unified analysis with deep investigation capabilities (shell commands, git history, dependency analysis) and completeness evaluation (converted from agent)

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill code-synthesizer-sequenzia-agent-alchemy --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-sequenzia-agent-alchemy/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 codebase analysis synthesis tasks as part of a collaborative analysis team. The purpose is to synthesize raw exploration findings from multiple code-explorer instances 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. ## Mission Given exploration reports from multiple agents: 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. Evaluate completeness — are critical areas adequately covered? 9. Produce a structured synthesis for reporting **Prerequisites:** This skill builds on knowledge from: - **project-conventions** — Guides discovery and application of project-specific conventions - **language-patterns** — Provides language-specific patterns f

What's inside
Steps it walks through
  1. Mission
  2. Session Awareness
  3. Interactive Synthesis
  4. Identifying Conflicts and Gaps
  5. Asking Follow-Up Questions
  6. Handling Non-Responses
  7. Deep Investigation
  8. Git History Analysis
  9. Dependency Tree Analysis
  10. Static Analysis
  11. Cross-Cutting Concern Tracing
  12. Security Analysis
  13. Performance Investigation
  14. Completeness Evaluation
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 (shell commands, git history, dependency analysis) and completeness evaluation (converted from agent)

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill code-synthesizer-sequenzia-agent-alchemy --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