Openapi To Full Stack

Orchestrates openapi-to-spring-api, spring-api-to-service, and openapi-to-web-ui into one sequential pipeline that turns an OpenAPI spec into a complete, tested backend service and frontend web app in a single run. Expects three inputs — an OpenAPI spec (file, URL, or pasted), a backend directory, and a frontend directory — and runs each phase as its own subagent so the orchestrating context stays small. Verifies the running service's generated OpenAPI document against the source spec before handing that document to the frontend, and finishes with e2e tests against the live backend. Use when the user provides an OpenAPI spec and asks for a full stack, a backend plus frontend, or an end-to-end app built from the spec in one shot.

kelly-griffith Updated

File contents

kelly-griffith/software-engineering-cursor-skills/tree/main/openapi-to-full-stack commit b26976e30f

Frequently asked questions

npx skillmds@latest add kelly-griffith/openapi-to-full-stack