Codebase map
Skill search-atlas-group/amm-founding-circle/skills/codebase-map
The AMM founding-circle home base: 36 Claude skills (AEO/SEO + agentic engineering + security), the agentic ladder, playbooks, and automations. No paid APIs required.
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.
What its author says it does
Copied from the file, not written here
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.
SKILL.md
1.1 KB, 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.