What problem does it solve?
Generates and injects professional technical documentation, docstrings, and API specs directly into the codebase. Use when you need to: (1) add inline documentation to functions/classes/methods, (2) create or update README files, (3) generate API specifications (OpenAPI, GraphQL schemas), (4) document complex logic or architectures, (5) write setup or contribution guides, or (6) improve documentation coverage across a project.
Core Features & Use Cases
- Inline Documentation: Inject docstrings into source files following project conventions.
- README Generation: Create or update README files from code and templates.
- API Specifications: Generate OpenAPI and GraphQL schemas from code or annotations.
- Contribution Guides: Produce setup or contribution guides using templates.
- Documentation Coverage: Improve coverage across large codebases with automated checks.
Quick Start
Provide inline documentation for a sample function and generate a README and API specs in one step.