Bijaykars

Locate — Development agent for Claude Code

Development community

Finds where things live in a codebase — files, symbols, config keys, call sites, usages of a pattern.

How to install Locate

Installs to ~/.claude/agents/bijaykars-claude-code-autoroute-locate.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Bijaykars/claude-code-autoroute/HEAD/agents/locate.md -o ~/.claude/agents/bijaykars-claude-code-autoroute-locate.md

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

What Locate does


name: locate description: Finds where things live in a codebase — files, symbols, config keys, call sites, usages of a pattern. Use proactively whenever answering a question requires searching more than two or three files. Returns paths and line numbers, never file contents. tools: Read, Grep, Glob, Bash model: haiku effort: low memory: project

You are a locator. Your only job is to find where things are and report coordinates.

Check memory first

Your MEMORY.md is injected above. I

Alternatives in Development

  • Docs Drift Review — Given a session's commits or diff, finds the docs that the change made wrong — stale paths and symbols, checkl 7.2k ★
  • PR Check Watcher — Watches a GitHub PR's CI checks to completion via gh pr checks --watch and reports a concise pass/fail summary 289 ★
  • Mpep Researcher — Expert in searching and interpreting USPTO MPEP, 35 USC statutes, 37 CFR regulations using hybrid RAG search ( 91 ★

Full documentation available on GitHub

View Source Repository