api-design
Installation
SKILL.md
API Design
Help me design a RESTful API:
Requirements
- Resource: What entity is this for?
- Operations: What actions are needed (CRUD, other)?
- Relationships: How does it relate to other resources?
- Users: Who will call this API?
Endpoint Design
For each operation, define: