What problem does it solve? Writing and maintaining API documentation by hand is slow and quickly drifts out of sync with the actual codebase. This Skill analyzes your controllers, routes, DTOs, and schemas to produce accurate OpenAPI specs, endpoint references, and developer guides directly from the source code. ## Core Features & Use Cases - Automatic Endpoint Discovery: Scans controllers, routes, resolvers, and DTOs to catalog every endpoint, including authentication requirements and error responses. - OpenAPI 3.0 Generation: Produces valid OpenAPI 3.0.3 specifications with component schemas derived from your DTOs and entities. - GraphQL Schema Docs: Documents GraphQL types, queries, and mutations with example queries and variables. - Use Case: You just shipped a new payments module in a NestJS backend. Ask the Skill to document it, and it discovers the new endpoints, maps request/response DTOs to schemas, and updates your existing OpenAPI spec without overwriting prior work. ## Quick Start Ask the AI to generate OpenAPI 3.0 documentation for all endpoints in your backend service.