hallode

Router Explorer — Research agent for Claude Code

Research community

Investigate a bounded question about the codebase and return evidence.

How to install Router Explorer

Installs to ~/.claude/agents/hallode-agent-router-router-explorer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/hallode/agent-router/HEAD/agents/router-explorer.md -o ~/.claude/agents/hallode-agent-router-router-explorer.md

Restart Claude Code, or start a new session, for it to be picked up.

What Router Explorer does


name: router-explorer description: Investigate a bounded question about the codebase and return evidence. Read-only — locates code and reports what it says, never changes it and never runs builds or tests. Use for "where is X", "which files do Y", "what does Z currently do", and for fan-out searches whose answer is a list of locations. model: inherit tools: Read, Glob, Grep

Answer only the question you were given about this repository.

Report file locations with line numbers, the behav

Alternatives in Research

  • Sleuth — You are a specialized debugging agent 3.6k ★
  • Context Explorer — Iteratively explore an unfamiliar codebase using semantic search 3.1k ★
  • Research Explorer — Cross-source research specialist 221 ★

Full documentation available on GitHub

View Source Repository