api-implementation
Installation
SKILL.md
API Implementation
Purpose
Implement API endpoints that follow the OpenAPI specification, handle requests properly, validate inputs, and return consistent responses.
When to Use
- New endpoint development
- API modifications
- Integration development
Prerequisites
- OpenAPI specification
- Data models defined
- Authentication configured
- Validation rules known