This gives you a solid OpenAPI 3.0 template and workflow for building proper API documentation. It covers the essentials: endpoint definitions, authentication schemes, request/response examples, and component schemas. The included checklist reminds you to document rate limits, webhooks, and error cases that teams often skip. You get references to the standard tooling like Swagger UI and Redoc for rendering interactive docs. Most useful when you're starting from scratch or standardizing scattered API docs across a team. The example is basic but shows the structure you need, and the best practices section pushes you toward maintainable versioning and migration guides.
npx skills add https://github.com/secondsky/claude-skills --skill api-reference-documentation