changoo89

Explorer — Development agent for Claude Code

Development community

Fast codebase exploration agent for finding files, patterns, and understanding architecture.

How to install Explorer

Installs to ~/.claude/agents/changoo89-claude-pilot-explorer.md

Terminal
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 Repository