Agent skill · AI & Agents

explore

Meta-skill for internal codebase exploration at varying depths (quick/deep/architecture)

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Allowed tools: BashTaskReadGlobGrepWrite
Path: skills/analysis/explore-carmandale-agent-config/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

# Explore - Internal Codebase Exploration Meta-skill for exploring an internal codebase at varying depths. READ-ONLY workflow - no code changes. ## Usage ``` /explore <depth> [options] ``` ## Question Flow (No Arguments) If the user types just `/explore` with no or partial arguments, guide them through this question flow. Use AskUserQuestion for each phase. ### Phase 0: Workflow Selection ```yaml question: "How would you like to explore?" header: "Explore" options: - label: "Help me choose (Recommended)" description: "I'll ask questions to pick the right exploration depth" - label: "Quick - fast overview" description: "Chain: tldr tree → tldr structure (~1 min)" - label: "Deep - comprehensive analysis" description: "Chain: onboard → tldr → research → document (~5 min)" - label: "Architecture - layers & dependencies" description: "Chain: tldr arch → call graph → layer mapping (~3 min)" ``` **Mapping:** - "Help me choose" → Continue to Phase 1-4 questions - "Quick" → Set depth=quick, skip to Phase 2 (scope) - "Deep" → Set depth=deep, skip to Phase 2 (scope) - "Architecture" → Set depth=architecture, skip to Phase 2 (scope) **If Answer is Unclear (via "Other"):** ```yaml question: "I

What's inside
Steps it walks through
  1. Usage
  2. Question Flow (No Arguments)
  3. Phase 0: Workflow Selection
  4. Phase 1: Exploration Goal
  5. Phase 2: Scope
  6. Phase 3: Output Format
  7. Phase 4: Entry Point (Architecture only)
  8. Summary Before Execution
  9. Depths
  10. Options
  11. Examples
  12. Workflow Details
  13. Quick Depth
  14. Deep Depth
Ships with 1 file
  • metadata.json
Commands it runs
Quick structure overview
Deep exploration focused on auth
Architecture analysis from specific entry
Quick focused exploration
tldr tree ${PATH:-src/} --ext .py
tldr structure ${PATH:-src/} --lang python
tldr search "${FOCUS}" ${PATH:-src/}
tldr arch ${PATH:-src/}
tldr calls ${PATH:-src/}
tldr impact ${ENTRY} ${PATH:-src/} --depth 3
More from claude-skill-registry
All skills →
About this skill
What does the explore skill do?

Meta-skill for internal codebase exploration at varying depths (quick/deep/architecture)

How do I install it?

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