codebase-analysis
Execute a structured codebase exploration workflow to gather insights. Use when asked to "analyze codebase", "explore codebase", "understand this codebase", or "map the codebase".
npx skills add majiayu000/claude-skill-registry --skill codebase-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.
# Codebase Analysis Workflow Execute a structured 3-phase codebase analysis workflow to gather insights. **CRITICAL: Complete ALL 3 phases.** The workflow is not complete until Phase 3: Post-Analysis Actions is finished. After completing each phase, immediately proceed to the next phase without waiting for user prompts. ## Phase Overview 1. **Deep Analysis** — Explore and synthesize codebase findings via deep-analysis skill 2. **Reporting** — Present structured analysis to the user 3. **Post-Analysis Actions** — Save, document, or retain analysis insights --- ## Phase 1: Deep Analysis **Goal:** Explore the codebase and synthesize findings. 1. **Determine analysis context:** - If `$ARGUMENTS` is provided, use it as the analysis context - If no arguments, set context to "general codebase understanding" 2. **Run deep-analysis workflow:** - Check if `$ARGUMENTS` contains `--teams` flag - If `--teams` is present: - Read `${CLAUDE_PLUGIN_ROOT}/skills/teams-deep-analysis/SKILL.md` and follow its workflow - Remove `--teams` from the analysis context - Otherwise: - Read `${CLAUDE_PLUGIN_ROOT}/skills/deep-analysis/SKILL.md` and follow its workflow (default) - Pass the analysis context from s
- Phase Overview
- Phase 1: Deep Analysis
- Phase 2: Reporting
- Phase 3: Post-Analysis Actions
- Error Handling
- Agent Coordination
- Additional Resources
What does the codebase-analysis skill do?
Execute a structured codebase exploration workflow to gather insights. Use when asked to "analyze codebase", "explore codebase", "understand this codebase", or "map the codebase".
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill codebase-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.
