api-spec
Installation
SKILL.md
OpenAPI Specification Generation
When invoked, create or update OpenAPI spec for the API.
Process
- Identify endpoints: List all API routes
- Document schemas: Define request/response types
- Add metadata: Descriptions, examples, errors
- Validate: Ensure spec is complete and valid
OpenAPI 3.1 Template
openapi: 3.1.0
info:
title: My API
version: 1.0.0
description: API description here