API Design

Designs REST, GraphQL, or gRPC APIs from requirements — picks the right protocol for the use case, models resources and operations, defines schemas (Zod for internal, OpenAPI/GraphQL SDL/proto for specs), and writes the spec to .context/architecture/api/. Use when the user asks to design an API, sketch out endpoints, model a schema, plan a service's interface, or says things like "what should the API look like for X", "design endpoints for Y", or "how should clients talk to this service".

lucasilverentand Updated

File contents

lucasilverentand/skills/tree/main/plugins/codebase/skills/api-design commit ad6e35c645

Frequently asked questions

npx skillmds@latest add lucasilverentand/api-design