Agent skill · Testing & QA

explore-codebase

Find all files relevant to a query with orthogonal exploration for comprehensive coverage. Returns topic-specific overview + file list with line ranges. Uses parallel agents for thorough+ levels to ensure nothing is missed.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill explore-codebase --agent claude-code

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

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

**User request**: $ARGUMENTS Orchestrate codebase exploration agents to find all files relevant to a query, then synthesize into a unified reading list. **Loop**: Determine thoroughness → [Quick/Medium: single agent → return] | [Thorough+: Create orchestration file → Decompose → Launch Wave 1 → Collect findings → Cross-reference → Evaluate gaps → [Gap-fill if needed] → Refresh context → Synthesize → Output] **Orchestration file** (thorough+ only): `/tmp/explore-orchestration-{topic-slug}-{YYYYMMDD-HHMMSS}.md` **You do NOT read source files** - you orchestrate agents and synthesize their findings into a unified reading list. The main agent reads the files after you return. --- ## Thoroughness Level **FIRST**: Determine thoroughness before exploring. Parse from natural language or auto-select. **Auto-selection**: - Single entity lookup ("where is X?") → quick - Single bounded feature/bug → medium - Multi-area feature, interaction queries → thorough - "comprehensive"/"all"/"architecture"/"audit" → very-thorough | Level | Exploration Strategy | |-------|---------------------| | **quick** | Single agent, no orchestration file, return agent output directly | | **medium** | Single agent,

What's inside
Steps it walks through
  1. Thoroughness Level
  2. Quick / Medium Flow
  3. 1. Launch single agent
  4. 2. Return agent output directly
  5. Thorough / Very-Thorough Flow
  6. Phase 1: Initial Setup
  7. Phase 2: Decompose & Assign
  8. Phase 3: Launch Parallel Agents
  9. Phase 4: Cross-Reference & Evaluate Gaps
  10. Phase 5: Synthesize Unified Reading List
  11. Key Principles
  12. Never Do
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the explore-codebase skill do?

Find all files relevant to a query with orthogonal exploration for comprehensive coverage. Returns topic-specific overview + file list with line ranges. Uses parallel agents for thorough+ levels to ensure nothing is missed.

How do I install it?

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