generate-docs

Installation
SKILL.md

Skill: Generate Documentation

What This Skill Does

Creates structured project documentation from an existing codebase. This documentation shall serve Agents and Humans when working in consecutive sessions with the project.

Produces three artifact types:

  1. Project Overview (docs/overview.md) - High-level architecture, module listing, feature listing
  2. Module Documentation (docs/modules/<name>.md) - Overview + exhaustive inventories (files/dirs + symbols)
  3. Feature Documentation (docs/features/<name>.md) - How features work, with implementation references

When to Use

  • When a project has no structured documentation yet
  • When onboarding to an unfamiliar codebase
  • When the user asks to "document this project" or "create documentation"

Do NOT use this skill to update existing documentation - use update-docs instead.

Installs
2
GitHub Stars
1
First Seen
Mar 3, 2026
generate-docs — flitzrrr/opencode-processing-skills