Ranked symbol map of a codebase within a token budget — a compact "what matters in this repo" before reading files. Use when starting work in an unfamiliar/large codebase, before a refactor or deep-review fan-out, when you need JIT context instead of dumping whole files, or asked "give me a map of this repo / where are the important functions / what's the structure". Zero-dependency (stdlib only); faithful reimplementation of Aider's repo-map (tree-sitter+PageRank → ranked tags). Do NOT use to find correctness/security defects in a change or to audit a diff; use deep-review for that (this only ranks and lists symbols, it does not evaluate code quality).
$npx -y skills add anastasiyaw/claude-code-config --skill repo-mapInstalls into the current project.
Run `npx skills use "https://github.com/anastasiyaw/claude-code-config" --skill "anastasiyaw/claude-code-config/repo-map"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/anastasiyaw/claude-code-config" that are relevant to the current task. Run `npx skills add "https://github.com/anastasiyaw/claude-code-config"` and select the relevant skills, then follow their instructions.