user-manual-generator
Installation
SKILL.md
User Manual Generator
Generate comprehensive, deployment-ready user documentation from application codebases using intelligent code analysis and documentation best practices.
Overview
This skill analyzes your codebase to automatically generate user-focused documentation (not developer/API docs). It creates deployment-ready static sites compatible with GitHub Pages, Netlify, and Vercel, following the Diataxis framework (tutorials, how-to guides, reference, explanation).
Use this skill when you need to:
- Create end-user documentation for web apps, APIs, CLI tools, or desktop applications
- Generate documentation that helps users accomplish tasks, not just understand code
- Deploy professional documentation sites quickly
- Establish a documentation foundation that evolves with your code
Don't use this skill for:
- API-only documentation (use OpenAPI/Swagger generators instead)
- Internal developer documentation (use JSDoc/Sphinx/Godoc)
- Simple README files (write those manually)