deep-analysis
Reusable deep exploration and synthesis workflow. Use when asked for "deep analysis", "deep understanding", "analyze codebase", "explore and analyze", or "investigate codebase".
npx skills add majiayu000/claude-skill-registry --skill deep-analysis-sequenzia-claude-alchemy --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Deep Analysis Workflow Execute a structured exploration + synthesis workflow using parallel code-explorer agents and a codebase-synthesizer agent. This skill can be invoked standalone or loaded by other skills as a reusable building block. ## Phase 1: Exploration **Goal:** Thoroughly explore the codebase to gather raw findings. 1. **Determine analysis context:** - If `$ARGUMENTS` is provided, use it as the analysis context (feature area, question, or general exploration goal) - If no arguments and this skill was loaded by another skill, use the calling skill's context - If no arguments and standalone invocation, set context to "general codebase understanding" - Set `PATH = current working directory` - Inform the user: "Exploring codebase at: `PATH`" with the analysis context 2. **Load skills for this phase:** - Read `${CLAUDE_PLUGIN_ROOT}/skills/project-conventions/SKILL.md` and apply its guidance - Read `${CLAUDE_PLUGIN_ROOT}/skills/language-patterns/SKILL.md` and apply its guidance 3. **Determine focus areas:** - For feature-focused analysis, use 3 agents: ``` Agent 1: Explore entry points and user-facing code related to the context Agent 2: Explore data models, schemas, and st
- Phase 1: Exploration
- Phase 2: Synthesis
- Completion
- Error Handling
- Agent Coordination
What does the deep-analysis skill do?
Reusable deep exploration and synthesis workflow. Use when asked for "deep analysis", "deep understanding", "analyze codebase", "explore and analyze", or "investigate codebase".
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill deep-analysis-sequenzia-claude-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.
