Generates comprehensive Map of Content (MOC) documentation for software projects using standard markdown links, analyzing current implementation state from codebase and devlog notes
This skill generates comprehensive, GitHub-compatible Map of Content (MOC) documentation for software development projects. It analyzes your codebase's current state, extracts implemented features, documents architectural decisions, and creates a structured documentation hierarchy using standard markdown links that render perfectly on GitHub and other platforms.
docs/devlog/ folder to understand project evolution and ongoing work[text](path)The skill expects:
Optional context that improves output:
All output is written to the docs/moc/ folder in your project:
docs/
└── moc/
├── README.md # Main entry point (auto-renders on GitHub!)
├── features.md # Feature overview and catalog
├── architecture.md # Architecture and design decisions
├── components.md # Component maps and details
└── decisions.md # Architectural decision records (optional)
Benefits of this structure:
moc/ folder keeps all MOC files togetherREADME.md auto-renders when you navigate to docs/moc/ on GitHub_MOC suffix needed (folder context makes it clear)Every generated MOC includes:
---