feature-api
Installation
SKILL.md
API Designer Implementation
Design and implement API endpoints for new features.
Implementation Checklist
Endpoint Design
- Define RESTful resource paths and HTTP methods
- Verify consistent naming conventions across endpoints
- Check for proper use of query parameters vs path parameters
- Ensure idempotency for PUT/DELETE operations
- Validate rate limiting and throttling configuration
Request/Response Schema
- Define clear request body schemas with required/optional fields
- Ensure response envelopes follow project conventions
- Verify pagination structure for collection endpoints
- Check for consistent date/time formats and data types
- Validate content negotiation headers