Agent Skills: api-design

Design or review API endpoints (REST/GraphQL)

UncategorizedID: hivellm/rulebook/api-design

Repository

hivellmLicense: Apache-2.0
142

Install this agent skill to your local

pnpm dlx add-skill https://github.com/hivellm/rulebook/tree/HEAD/templates/skills/dev/api-design

Skill Files

Browse the full folder contents for api-design.

Download Skill

Loading file tree…

templates/skills/dev/api-design/SKILL.md

Skill Metadata

Name
api-design
Description
Design or review API endpoints (REST/GraphQL)

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