What problem does it solve? Codebases often ship with missing, inconsistent, or inaccurate documentation, forcing developers to reverse-engineer APIs and functions. This Skill automates the creation, formatting, and validation of technical documentation across languages and frameworks. ## Core Features & Use Cases - Inline Documentation: Generates Google, NumPy, and Sphinx style Python docstrings plus TypeScript JSDoc annotations with parameters, returns, and exceptions. - API Documentation: Produces OpenAPI 3.0/3.1 specs and framework-specific docs for FastAPI, Django REST Framework, NestJS, and Express, plus GraphQL, AsyncAPI, and gRPC coverage. - Doc Sites & Guides: Configures documentation portals with Docusaurus, MkDocs, or VitePress, and writes tutorials, troubleshooting guides, and FAQs. - Use Case: Point it at an undocumented NestJS service and receive fully decorated controllers with @ApiOperation and @ApiResponse annotations, a validated Swagger UI setup, and a coverage report showing before/after documentation percentages. ## Quick Start Ask the assistant to document all public functions in your project using Google-style docstrings and generate a coverage report.