Codebase map
Skill search-atlas-group/amm-founding-circle/skills/codebase-map
Generate or refresh a codebase structural map for the current repo. Use proactively when entering a repo that lacks .claude/codebase-map.md, or when the user asks to map/index a codebase.From its SKILL.md
npx -y skills add search-atlas-group/amm-founding-circle --skill codebase-mapAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.1 KB, 233 tokens by cl100k_base, as published. Nobody here has run it
Codebase Map Skill
Generates .claude/codebase-map.md — a lightweight index of directory structure, file distribution, and function/class signatures.
Commands
# Current repo
python3 ~/.claude/scripts/generate-codebase-map.py .
# Specific repo
python3 ~/.claude/scripts/generate-codebase-map.py /path/to/repo
# All repos (only stale)
python3 ~/.claude/scripts/generate-codebase-map.py --all --refresh
When to Use
- Proactively when
.claude/codebase-map.mddoes NOT exist in the current repo - When user asks to map/index/refresh a codebase
- Maps auto-refresh via SessionStart hook when commit hash changes — manual use is rare
Output
.claude/codebase-map.md— Claude reads this.claude/codebase-map-meta.json— freshness trackingops-vault/codebase-maps/<name>.md— Obsidian copy
Add .claude/codebase-map.md and .claude/codebase-map-meta.json to .gitignore.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.