explore
Meta-skill for internal codebase exploration at varying depths (quick/deep/architecture)
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Usage
- Question Flow (No Arguments)
- Phase 0: Workflow Selection
- Phase 1: Exploration Goal
- Phase 2: Scope
- Phase 3: Output Format
- Phase 4: Entry Point (Architecture only)
- Summary Before Execution
- Depths
- Options
- Examples
- Workflow Details
- Quick Depth
- Deep Depth
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 3What 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.
