codebase-map
Installation
SKILL.md
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