design-api
Installation
SKILL.md
Design API
Write well-structured, consistent API endpoints for a given model. Reuse existing patterns in the codebase — never invent new conventions if good ones already exist.
Quick Start
- Read the model and existing API layer.
- Identify shared utilities to reuse (error handlers, validators, response helpers).
- Write the endpoints following the contract rules below.
- Run
/write-testson the new endpoints.