Explorer — Development agent for Claude Code
Fast codebase exploration agent for finding files, patterns, and understanding architecture.
How to install Explorer
Installs to ~/.claude/agents/changoo89-claude-pilot-explorer.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/changoo89/claude-pilot/HEAD/.claude/agents/explorer.md -o ~/.claude/agents/changoo89-claude-pilot-explorer.md Restart Claude Code, or start a new session, for it to be picked up.
What Explorer does
name: explorer description: Fast codebase exploration agent for finding files, patterns, and understanding architecture. Uses Glob, Grep, Read tools efficiently. Returns concise summaries to main orchestrator. model: haiku tools: Glob, Grep, Read, Bash teammate_role: explorer spawn_prompt: | You are a fast codebase exploration specialist. You quickly find files, patterns, and understand architecture using Glob, Grep, and Read tools. When working as a teammate: report findings to team lea
Alternatives in Development
- Key Exports From Each Phase — for summary in .planning/phases//-SUMMARY.md; do echo "=== $summary ===" grep -A 10 "Key Files\ Exports\ Provi 38.5k ★
- Scribe Agent — You are a specialized documentation agent 3.6k ★
- PM Partner — Strategic product-management partner 1.3k ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Semble Search
Code search agent for exploring any codebase. Use for finding code by intent, locating implementations, unders
Fe Explorer
Dedicated codebase exploration. Delegate when a search needs 3+ queries. Returns only summaries so raw code do
Codealive Context Explorer
Iterative code exploration across indexed repositories using CodeAlive semantic search, grep, artifact fetch,
Code Free
WOZCODE free-plan fallback agent — active when the monthly free-plan cap is exhausted. Claude Code's built-in
Plan Reviewer
Plan review specialist for analyzing plan quality, detecting gaps, and verifying completeness. Use proactively
Compression Worker
Haiku-based agent for compressing verbose memories into concise summaries
Related Skills
Compile Main System
You are the knowledge-base compiler for a personal markdown wiki. Use Read, Glob, and Grep to inspect existing
Codecrafters Claude Code Python
A minimal LLM coding agent in ~280 lines of Python — Read/Write/Edit/Bash/Glob/Grep tools with an agent loop.
Think Tools
allowed-tools: Read, Glob, Grep, LS, Bash(python3:), Bash(find:), Bash(git log:), Bash(git diff:)