codebase-mapper

Installation
SKILL.md

Codebase Mapper Knowledge Base

Purpose

Generate a human-readable project guide for unfamiliar codebases. Output is narrative, didactic material - not technical dumps or AI-oriented analysis. Target audience: a smart colleague on their first day.

Output Structure

All output goes to .codebase-map/ in the project root:

.codebase-map/
  INDEX.md                    # Entry point with navigable summary
  01-overview.md              # What is this project, who is it for
  02-features.md              # Functional capabilities
  03-tech-stack.md            # Technologies and dependencies
  04-architecture.md          # How code is organized, layers, components
  05-workflows.md             # Main user/system flows with diagrams
  06-data-model.md            # Data structures, entities, relationships
Related skills
Installs
1
GitHub Stars
2
First Seen
3 days ago