rest-api-design
Installation
SKILL.md
REST API Design
API designed for the developer-client. KISS, standard vocabulary, predictable shapes — expose what clients need, not the internal data model.
Workflow
- Identify resources — nouns, plural, ≤2 levels of nesting
- Map operations to HTTP verbs + status codes (table below)
- Define pagination / filter / error envelope / auth upfront, not retrofitted
- Document with copy-paste-ready
curlexamples per endpoint