From agentmap
Navigates TypeScript/JavaScript codebases via import graph — symbol lookup, blast radius, reuse checks, and repo orientation. Faster than grep for structural questions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentmap:agentmapThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Queryable, ranked **import graph** for TS/JS repos (PageRank hubs, symbol ranking, token-budgeted digest). Faster and more accurate than grep for structural questions.
Queryable, ranked import graph for TS/JS repos (PageRank hubs, symbol ranking, token-budgeted digest). Faster and more accurate than grep for structural questions.
agentmap --any first — layer 4 is live git grep)--feature on TanStack Router / non-app/ layouts (often empty)# Smart router — default first move
agentmap --any <query>
# Reuse / symbol definition
agentmap --find <SymbolName>
# Blast radius (exports, imports, dependents, related files)
agentmap --relates <path/to/file.ts>
# Token-budgeted ranked digest
agentmap --map --tokens 400
agentmap --map --focus <path> --tokens 400
# Hub files (PageRank)
agentmap --hubs
# JSON for tools
agentmap --json --any <query>
Install: npm i -g @raymondchins/agentmap or npx @raymondchins/agentmap. Map cache: .claude/agentmap/ (gitignored).
| Platform | Setup |
|---|---|
| Claude Code | agentmap --install-hooks (post-commit refresh + PreToolUse grep nudge) |
| Cursor / MCP clients | agentmap --mcp in MCP config, or Shell + commands above |
| This skill | agentmap --install-skill |
agentmap (no flags) or rely on post-commit hook.agentmap --any <symbol or topic>.agentmap --relates <that-file>.npx @raymondchins/agentmap --any Procedure
# NOT: npm install agentmap (different package)
npx claudepluginhub raymondchins/agentmap --plugin agentmapMaps codebase structure, patterns, symbols, and dependencies using ast-grep and bash scripts. Outputs factual maps with paths/line numbers to .artifacts/research/.
AST-aware code search, symbol navigation, and dependency graph analysis via the gcode CLI. Essential for exploring codebases, finding functions/classes, understanding call graphs, and checking blast radius before changes.
Navigates code graphs, searches semantically, and analyzes impact for refactoring. Queries: definitions, usages, dependencies, call graphs, blast radius. Supports Python, TypeScript, Rust, Go, Java.