Repo Map

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); Aider-inspired regex extraction and PageRank ranking, not a tree-sitter parser. 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).

AnastasiyaW Updated

File contents

AnastasiyaW/codex-claude-code-config/tree/main/skills/development/repo-map commit 97a2c96327

Frequently asked questions

npx skillmds@latest add anastasiyaw/repo-map