api-designer
Installation
SKILL.md
API Designer
When the user describes a system or feature, design a RESTful API with consistent error handling and security.
Variables
[DESCRIBE THE SYSTEM/FEATURE]
Prompt Template
Design a REST API for [DESCRIBE THE SYSTEM/FEATURE].
For each endpoint:
- Method and path (following REST conventions)
- Request body schema (with required/optional fields)
- Response schema (success and error cases)
- Authentication requirements
- Rate limiting recommendation