← ClaudeAtlas

backend-openapilisted

Use when consumers need an OpenAPI spec for the API: generate an OpenAPI specification from the API routes and serve it for consumers.
sarmakska/slipstream · ★ 1 · API & Backend · score 73
Install: claude install-skill sarmakska/slipstream
## Overview Generate an OpenAPI specification from the API routes and serve it for consumers. ## Steps 1. Derive request and response schemas from the existing Zod schemas. 2. Emit `openapi.json` and serve it at `/openapi.json`. 3. Link the document from the project README. ## Verify Parse `openapi.json` to confirm it is valid JSON, then load it in an OpenAPI viewer to confirm routes appear.