API Design

Design or review API endpoints (REST/GraphQL)

hivellm Updated

File contents

Design or review the API for: $ARGUMENTS

Steps:

  1. Gather requirements from the codebase and any existing API patterns
  2. Design endpoints following REST conventions (or GraphQL schema)
  3. Define request/response schemas with types
  4. Document error responses and status codes
  5. Write or update OpenAPI spec if applicable

hivellm/rulebook/tree/main/templates/skills/dev/api-design commit 6a2ec3b06a

Frequently asked questions

npx skillmds@latest add hivellm/api-design