code search agents

58 tagged code search, measured the same way as everything else here.

Browse within: embeddings 18code-intelligence 11typescript 10zoekt 10

semble-search

01

MinishLab/semble

Agent

Code search agent for exploring any codebase. Use for finding code by intent, locating implementations, understanding how something works, or discovering related code. Prefer over runshellcommand/readfile for any semantic or exploratory question.

6.0k 6d ago A 46 tokens original MIT

semble-search

02

MinishLab/semble

Agent

Code search agent for exploring any codebase. Use for finding code by intent, locating implementations, understanding how something works, or discovering related code. Prefer over Grep/Glob/Read for any semantic or exploratory question.

6.0k 6d ago A 47 tokens copy · 81% MIT

semble-search

03

MinishLab/semble

Agent

Code search agent for exploring any codebase. Use for finding code by intent, locating implementations, understanding how something works, or discovering related code. Prefer over Grep/Glob/Read for any semantic or exploratory question.

6.0k 6d ago A 47 tokens copy · 81% MIT

deep-explore

04

yoanbernabeu/grepai

Agent Claude Code

Deep codebase exploration using grepai semantic search and call graph tracing. Use this agent for understanding code architecture, finding implementations by intent, analyzing function relationships, and exploring unfamiliar code areas.

1.8k yesterday A 41 tokens original MIT

sverklo-explore

05

sverklo/sverklo

Agent

Drop-in replacement for Claude Code's built-in Explore subagent. Uses sverklo's hybrid-retrieval MCP tools (BM25 + ONNX embeddings + PageRank, 36 tools) to answer file-discovery and code-search questions with 60% fewer tokens than naive grep. Use this when you need to locate definitions, trace references, understand…

78 19d ago A 96 tokens original MIT

code-explorer

06

sagarmk/beacon-plugin

Agent

Delegate to this agent for deep codebase exploration — semantic search, exact symbol lookup and reference tracing over a Beacon index. Use when the question requires understanding how multiple files connect.

43 11d ago A 39 tokens original MIT

dvcdsys/code-index

Agent

Read-only deep-dive of ONE repository inside a workspace fan-out task. Receives the user task + projectpath + seed chunks (with the main agent's commentary on what to trust and what to question) + an explicit deliverable. Returns whatever the main agent asked for, in the format they asked for. Use only when the main…

29 4d ago A 134 tokens original MIT

Coder

10

SylphxAI/coderag

Agent Claude Code

You write and modify code. You execute, test, fix, and deliver working solutions.

12 6d ago A 5 tokens original MIT

Reviewer

11

SylphxAI/coderag

Agent Claude Code

Code review and critique agent.

12 6d ago A 7 tokens original MIT

Writer

12

SylphxAI/coderag

Agent Claude Code

Documentation and explanation agent.

12 6d ago A 6 tokens original MIT

code-locator

13

JSungMin/vs-token-safer

Agent

Delegated, token-isolated code LOCATOR for C/C++ (clangd), C#/.NET (Roslyn), JS/TS (tsserver), and Python (pyright) projects — no IDE needed. It LOCATES (symbols / references / definitions / files) via the official language-server index and returns ONLY a compact file:line table; it never reads or returns bodies.…

11 4d ago A 320 tokens original MIT

log-analyst

14

JSungMin/vs-token-safer

Agent

Delegated, token-isolated game-engine/build/structured log analysis. Hand it a log path (Unreal Saved/Logs, Unity Editor.log, Godot output, MSVC/UBT/MSBuild build output, or any .log/.jsonl) plus a question — "what errors", "what's flooding it", "what changed since last run", "track this scalar over time", "which…

11 4d ago A 148 tokens original MIT

ezBuilder/code-brain

Agent Claude Code

A separate agent for reviewing complex codebase decisions, large refactors, and difficult cause analysis. A refactor changes internal code structure while aiming to preserve behaviour.

11 2d ago A 43 tokens original Apache-2.0

codebase-researcher

16

ezBuilder/code-brain

Agent Claude Code

A separate agent for researching an existing codebase, including its patterns, affected areas, and similar implementations. It reports evidence from specific files, functions, and lines without changing files.

11 2d ago A 29 tokens original Apache-2.0

security-reviewer

17

ezBuilder/code-brain

Agent Claude Code

A separate agent that reviews security-sensitive code changes without editing files or reading sensitive configuration. It focuses on authentication, permissions, payments, deletion, and handling of outside input.

11 2d ago A 27 tokens original Apache-2.0

miru-code

18

takara-ai/miru-code

Agent

Code search via Miru MCP. Use search, expand, and findrelated. DO NOT use Grep, Glob, or Read for exploration when Miru MCP is available.

10 11d ago A 39 tokens original MIT

miru-code

19

takara-ai/miru-code

Agent

Your default search for all code search queries via Miru MCP — best, fastest, and cheapest. Use search, expand, and findrelated instead of grepsearch or codebasesearch when Miru is connected.

10 11d ago A 46 tokens original MIT

miru-code

20

takara-ai/miru-code

Agent

Code search via Miru MCP. Use search, expand, and findrelated. DO NOT use Grep, Glob, or SemanticSearch when Miru MCP is available.

10 11d ago A 38 tokens original MIT

code-search

21

sumisingh10/qgrep-mcp

Agent

Fast code search agent that uses indexed search (qgrep) for large codebases. Spawn this agent when exploring, searching, or investigating code across a repository — especially repos with 5k+ files where standard grep is slow.

8 4mo ago A 49 tokens original MIT

codebase-index

22

denfry/codebase-index

Agent

Use this skill before answering questions about a repository's architecture, implementation locations, symbols, references, dependencies, refactoring impact, data flow, bugs, or where something is implemented. It searches a local hybrid codebase index so Claude reads only the most relevant files instead of scanning…

7 1mo ago A 63 tokens original MIT

cerebro-architect

23

marcodavidd020/cerebro-code-memory

Agent

Use BEFORE writing code for a feature or a new project — this is the design gate that prevents hallucinated work. It (1) grounds itself in the project's REAL standards (CLAUDE.md + Cerebro), (2) asks you in detail what functionality to include/design, and (3) returns a grounded spec/plan to approve. It does NOT write…

6 1mo ago A 116 tokens original MIT

cerebro-explorer

24

marcodavidd020/cerebro-code-memory

Agent

Use to ANSWER questions about an existing codebase — "where is X?", "how does Y work?", "what depends on Z?", "explain this module or flow" — WITHOUT spending tokens re-reading folders. Read-only navigator that queries the Cerebro brain first and only opens files when the brain has no/stale info. Use PROACTIVELY…

6 1mo ago A 118 tokens original MIT