code navigation agents

41 tagged code navigation, measured the same way as everything else here.

Browse within: ast 29context-window 27cmake 6code-intelligence 6cpp 6cpp20 6

code-explorer

01

sdsrss/code-graph-mcp

Agent

Deep code understanding expert using AST knowledge graph. Use when exploring unfamiliar code, tracing complex relationships, or understanding module architecture.

70 6d ago A 28 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

artk0de/TeaRAGs-MCP

Agent Claude Code

Use this agent when the user wants to add, configure, or integrate MCP (Model Context Protocol) servers into the global Claude configuration. Examples: Context: User wants to add a new MCP server for file operations. user: "Добавь mcp сервер для работы с файлами" assistant: "I'll use the mcp-server-integrator agent to…

11 17d ago A 0 tokens

README

04

couimet/rangeLink

Agent Claude Code

This directory contains custom subagents for the RangeLink project.

10 3d ago A 0 tokens original MIT

tc-implement

05

couimet/rangeLink

Agent Claude Code

Implements one QA TC ID as an integration test under packages/rangelink-vscode-extension/src/integration-tests/suite/. Traces the production code path, writes the test using helpers/, inserts in TC-ID ascending order, updates the YAML entry's automated: field, and runs the matching pnpm test:release: command.

10 3d ago A 74 tokens original MIT

test-scope-fixer

06

couimet/rangeLink

Agent Claude Code

Detects and fixes badly scoped tests that test implementation details of delegated utility functions instead of mocking them.

10 3d ago A 25 tokens original MIT

Digital-Threads/token-pilot

Agent

PROACTIVELY use this when the user asks "what changed in our public API", "did we break anyone", "is this a breaking release", or is about to cut a version. Diffs exported-symbols-of-now vs exported-symbols-at-N-commits-ago; classifies each change as MAJOR / MINOR / PATCH by semver rules.

5 5d ago A 82 tokens

tp-audit-scanner

08

Digital-Threads/token-pilot

Agent

Use this when the user asks for a security / quality audit, pre-release sweep, or "scan this for issues". Finds hardcoded secrets, injection shapes, unsafe casts, stale TODOs — classified Critical / Important / Minor. Read-only, NEVER edits, never quotes secrets in output.

5 5d ago A 64 tokens

tp-commit-writer

09

Digital-Threads/token-pilot

Agent

PROACTIVELY use this when the user is about to commit a NON-TRIVIAL change (new feature, fix, refactor) and asks "write a commit message". Reads staged diff, verifies tests pass, drafts Conventional Commit. Refuses mixed diffs (asks to split), failing tests, or empty stage. Do NOT use for docs-only, whitespace-only…

5 5d ago A 112 tokens

commenter

10

ArcticFox2029/chamnan

Agent

Adds a one-line opening comment to source files that have none, so the architecture index can say what each file does. Reads and edits only the files it is given. Dispatched by /chamnan:bootstrap when coverage is low.

4 3d ago A 51 tokens original MIT

librarian

11

ArcticFox2029/chamnan

Agent

Health-checks the .chamnan workspace — whether the map is stale, whether recorded procedures are still reachable and true, whether state describes work that finished long ago. Read-only; reports, never fixes.

4 3d ago A 46 tokens original MIT

analysis-dev

12

developerz-ai/universal-lsp

Agent Claude Code

Owns analysis/ — the translation layer from tree-sitter output and plugin rules into graph-lite's generic node/edge API.

0 10d ago A 29 tokens original Apache-2.0

engine-dev

13

developerz-ai/universal-lsp

Agent Claude Code

Owns engine/, daemon/, cli/ and tests/engine/ — transport, sessions, workers, scheduler, file watching, Lua embedding, MCP.

0 10d ago A 33 tokens original Apache-2.0

graph-lite-dev

14

developerz-ai/universal-lsp

Agent Claude Code

Owns graph-lite/ and tests/graph-lite/ — the embeddable graph library. Storage, traversal, persistence.

0 10d ago A 29 tokens original Apache-2.0