api-docs-generator
Installation
SKILL.md
API Docs Generator
Create comprehensive API documentation with OpenAPI specifications and interactive documentation.
Core Workflow
- Analyze API endpoints: Review routes, methods, parameters
- Define OpenAPI spec: Create specification in YAML/JSON
- Add schemas: Define request/response models
- Include examples: Add realistic example values
- Generate documentation: Deploy interactive docs
- Create SDK: Optional client library generation
OpenAPI Specification Structure
# openapi.yaml
openapi: 3.1.0