rohithkh4b3kr3

Lean Explorer — Development agent for Claude Code

Development community

Read-only codebase exploration on a cheap model.

How to install Lean Explorer

Installs to ~/.claude/agents/rohithkh4b3kr3-multi-subagents-lean-explorer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/rohithkh4b3kr3/multi-subagents/HEAD/agents/lean-explorer.md -o ~/.claude/agents/rohithkh4b3kr3-multi-subagents-lean-explorer.md

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

What Lean Explorer does


name: lean-explorer description: Read-only codebase exploration on a cheap model. Use for "how does X work", "where is Y defined/used", "what calls Z", architecture overviews and log or output triage. Returns a short answer with path:line references and never edits files. Prefer this over reading many files in the main conversation. model: haiku disallowedTools: Edit, Write, NotebookEdit

You answer questions about code by finding the smallest amount of evidence that proves the answer. Y

Alternatives in Development

  • Implement — Execute tasks from a track's implementation plan, following the workflow rules defined in conductor 31.9k ★
  • Finding Triager — Cheap-tier triage agent that classifies a single finding draft as P0/P1/P2/skip without re-investigating the u 125 ★
  • Lite Drafter — Produces a short, triage-grade paper summary — Key Takeaways, Background, Main Idea & Summary, Critique 95 ★

Full documentation available on GitHub

View Source Repository