Agent
Deep code understanding expert using AST knowledge graph. Use when exploring unfamiliar code, tracing complex relationships, or understanding module architecture.
41 tagged code navigation, measured the same way as everything else here.
Browse within: ast 29context-window 27cmake 6code-intelligence 6cpp 6cpp20 6
Agent
Deep code understanding expert using AST knowledge graph. Use when exploring unfamiliar code, tracing complex relationships, or understanding module architecture.
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…
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…
Agent Claude Code
This directory contains custom subagents for the RangeLink project.
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.
Agent Claude Code
Detects and fixes badly scoped tests that test implementation details of delegated utility functions instead of mocking them.
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.
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.
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…
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.
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.
Agent Claude Code
Owns analysis/ — the translation layer from tree-sitter output and plugin rules into graph-lite's generic node/edge API.
Agent Claude Code
Owns engine/, daemon/, cli/ and tests/engine/ — transport, sessions, workers, scheduler, file watching, Lua embedding, MCP.
Agent Claude Code
Owns graph-lite/ and tests/graph-lite/ — the embeddable graph library. Storage, traversal, persistence.