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

When to Use

Installs
1
First Seen
Jul 3, 2026
codebase-map — gg2gg/agent_eng_skills