repo-map
SolidRanked 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).
Install
Quality Score: 86/100
Skill Content
Details
- Author
- AnastasiyaW
- Repository
- AnastasiyaW/claude-code-config
- Created
- 4 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
repo-map
Use when current Git or non-Git workspace truth needs a durable map of roots, ownership, architecture, commands, task routes, and reusable contracts, or an existing map needs evidence-based repair; do not use for ordinary task-local discovery or change review.
superlazy-repomap
One-shot signature map of a codebase (function/class names + line numbers, no bodies) instead of a Glob/Grep/Read tour. Use when starting work in an unfamiliar or large codebase, before exploring with multiple directory-wide searches, or when the user asks to "map the codebase" / "what's in this repo".
map-repo
Survey an unfamiliar codebase and write the map you wish someone had left you — entry points, subsystems, data flow, conventions, and the parts that will surprise you.