mapping-codebases

Generate navigable code maps for unfamiliar codebases. Use when exploring a new codebase, needing to understand project structure, or before diving into code modifications. Extracts exports/imports via AST (tree-sitter) to create _MAP.md files per directory. Triggers on "map this codebase", "understand this project structure", "generate code map", or when starting work on an unfamiliar repository.

$ Installer

git clone https://github.com/oaustegard/oaustegard.github.io /tmp/oaustegard.github.io && cp -r /tmp/oaustegard.github.io/.claude/skills/mapping-codebases ~/.claude/skills/oaustegard-github-io

// tip: Run this command in your terminal to install the skill