Deep Analysis
Multi-agent codebase recon workflow that needs a custom Team/Task tool stack, not stock Claude Code.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 36316b9
The skill folder is just one SKILL.md file — the code-explorer and code-synthesizer subagents it dispatches to actually live a directory up, in claude/core-tools/agents/, so a plain cp -r of the skill leaves the workflow half-installed, and it further assumes TeamCreate/TaskCreate-style tools most Claude Code setups don't have.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 3/5
- Triggers reliably 5/5
- Output vs. baseline 7/10
- Docs & honesty 3/5
What Deep Analysis does
A 6-phase lead/explorer/synthesizer workflow for exploring and synthesizing an understanding of a codebase, using hub-and-spoke agent teams with dynamic focus-area planning and checkpointed sessions. Triggers on phrases like "deep analysis", "deep understanding", "analyze codebase", or "investigate codebase". It depends on non-standard tools (TeamCreate, TeamDelete, TaskCreate/Update/List/Get) and two subagents (code-explorer, code-synthesizer) that live outside the skill folder itself.
How to install Deep Analysis
git clone https://github.com/sequenzia/agent-alchemy
cd agent-alchemy
mkdir -p ~/.claude/skills
cp -r claude/core-tools/skills/deep-analysis ~/.claude/skills/deep-analysis
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Deep Analysis
-
/deep-analysisMulti-agent codebase recon workflow that needs a custom Team/Task tool stack, not stock Claude Code.
It also activates on plain-language prompts like these:
-
Do a deep analysis of this codebase before we start refactoring -
I need a deep understanding of how the auth module works -
Analyze this repo and explore all the focus areas in depth
Frequently asked questions
- Is the Deep Analysis skill free?
- Yes. The skill itself is free from sequenzia/agent-alchemy. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Deep Analysis work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Works with setup. The skill folder is just one SKILL.md file — the code-explorer and code-synthesizer subagents it dispatches to actually live a directory up, in claude/core-tools/agents/, so a plain cp -r of the skill leaves the workflow half-installed, and it further assumes TeamCreate/TaskCreate-style tools most Claude Code setups don't have.
- What is the Deep Analysis SkillProof Score?
- 7.2/10 — installs cleanly 3/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 3/5.
- How do I install Deep Analysis?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Deep Analysis with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.