This is a structured workflow for building complete API documentation, from generating OpenAPI specs to deploying interactive docs. It walks you through seven phases: discovering endpoints, writing the OpenAPI schema, creating developer guides, adding code examples in multiple languages, setting up Swagger UI or Redoc, building the documentation site, and automating maintenance. The workflow references several supporting skills like api-documenter and openapi-spec-generation throughout. It's most useful if you're starting from scratch or standardizing an existing but messy API docs setup. The phased approach keeps you from forgetting the authentication guide or rate limit documentation that always gets skipped.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill api-documentation