Agent skill · Documentation

codebase-research

Orchestrates comprehensive codebase research by decomposing user queries into parallel sub-agent tasks and synthesizing findings. This skill should be used when users ask questions about how code works, where functionality exists, how components interact, or need comprehensive documentation of existing implementations. It focuses exclusively on documenting and explaining the codebase as it exists today.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill codebase-research --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Allowed tools: ReadGlobGrepBash
Path: skills/analysis/codebase-research/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

# Codebase Research ## Overview This skill enables comprehensive codebase research through parallel sub-agent orchestration. It decomposes research questions into focused sub-tasks, executes them in parallel for efficiency, and synthesizes findings into structured research documents. ## Critical Constraint **THE ONLY JOB IS TO DOCUMENT AND EXPLAIN THE CODEBASE AS IT EXISTS TODAY.** Do NOT: - Suggest improvements unless explicitly requested - Perform uninvited root cause analysis - Propose enhancements or optimizations - Critique implementation choices or identify problems - Recommend refactoring or architectural changes DO: - Describe what exists - Explain where functionality lives - Document how components work - Map component interactions and dependencies ## Initial Response When this skill is invoked, respond: > "I'm ready to research the codebase. Please provide your research question or area of interest, and I'll analyze it thoroughly by exploring relevant components and connections." ## Available Sub-Agents ### Codebase Agents | Agent | Purpose | When to Use | |-------|---------|-------------| | `codebase-locator` | Finds files by topic/feature | Need to locate all files rela

What's inside
Steps it walks through
  1. Overview
  2. Critical Constraint
  3. Initial Response
  4. Available Sub-Agents
  5. Codebase Agents
  6. Documentation Agents
  7. External Research
  8. Research Workflow
  9. Step 1: Read Mentioned Files
  10. Step 2: Analyze and Decompose
  11. Step 3: Spawn Parallel Sub-Agents
  12. Step 4: Await and Compile Results
  13. Step 5: Generate Research Document
  14. Step 6: Present Findings
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the codebase-research skill do?

Orchestrates comprehensive codebase research by decomposing user queries into parallel sub-agent tasks and synthesizing findings. This skill should be used when users ask questions about how code works, where functionality exists, how components interact, or need comprehensive documentation of existing implementations. It focuses exclusively on documenting and explaining the codebase as it exists today.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill codebase-research --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