Efficiently gather codebase context before starting complex tasks
This skill inherits all available tools. When active, it can use any tool Claude has access to.
When starting a complex task that requires understanding multiple parts of a codebase, use a two-phase approach:
Before reading individual files, run:
repomap . --json
This gives you a curated summary (~500 tokens) including:
Based on the map:
entry_points to find where execution startskey_modules to find relevant code directorieskey_docs to find documentation for your taskUse this skill when:
repomap . --jsonmain.goapi/ (12 files)docs/AUTH.md (2.1k tokens) with sections ["OAuth", "JWT"]api/ and docs/AUTH.md