Agent skill · Workflow & Productivity

deep-analysis

Deep codebase exploration and synthesis using parallel task agents with dynamic planning. Use when asked for "deep analysis", "analyze codebase", "explore and analyze", "investigate codebase", or "deep understanding".

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill deep-analysis-sequenzia-agent-alchemy-2 --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Requires: >=1.2.0
Path: skills/analysis/deep-analysis-sequenzia-agent-alchemy-2/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

# Deep Analysis Perform a deep, parallelized codebase analysis. Dynamically plan focus areas from reconnaissance, spawn parallel exploration task agents, then synthesize findings into a unified report. ## Phase 1: Reconnaissance & Planning Determine the analysis context from `$ARGUMENTS`. If no arguments provided, default to "general codebase understanding". Perform rapid codebase reconnaissance using `glob`, `grep`, and `read`: 1. **Directory structure** -- `glob` top-level directories and key subdirectories to understand layout 2. **Language/framework detection** -- `read` config files (`package.json`, `tsconfig.json`, `pyproject.toml`, `Cargo.toml`, `go.mod`, `Gemfile`, etc.) 3. **File distribution** -- `glob` by extension (`**/*.ts`, `**/*.py`, etc.) to gauge area sizes 4. **Key documentation** -- `read` `README.md`, `AGENTS.md`, `CLAUDE.md`, `OPENCODE.md` if they exist 5. **Feature-focused** (if `$ARGUMENTS` targets a feature): `grep` for feature-related terms to identify hotspot directories 6. **General** (if no specific feature): identify the 3-5 largest or most significant directories From reconnaissance results, generate **2-4 dynamic focus areas**. Each focus area must in

What's inside
Steps it walks through
  1. Phase 1: Reconnaissance & Planning
  2. Phase 2: Plan Approval
  3. Phase 3: Parallel Exploration
  4. Phase 4: Synthesis & Presentation
  5. Tool Guidance
  6. Guidelines
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the deep-analysis skill do?

Deep codebase exploration and synthesis using parallel task agents with dynamic planning. Use when asked for "deep analysis", "analyze codebase", "explore and analyze", "investigate codebase", or "deep understanding".

How do I install it?

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