API Documentation Generator
Installation
SKILL.md
API Documentation Guidelines
When generating API documentation, create clear, comprehensive, and developer-friendly documentation.
Documentation Structure
Every API documentation should include:
- Overview - What the API does, who it's for
- Authentication - How to authenticate (API keys, OAuth, JWT)
- Base URL - The root endpoint URL
- Endpoints - Detailed endpoint documentation
- Request/Response Examples - Real, working examples
- Error Codes - Complete error reference
- Rate Limiting - Usage limits and quotas
- Versioning - API version strategy
- Changelog - Version history