Backend API
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle backend API.
When to use this skill
- •When creating or editing API route files (e.g.,
src/pages/api/*.ts,src/pages/api/*.js) - •When implementing RESTful endpoints with GET, POST, PUT, PATCH, DELETE methods
- •When designing resource-based URL structures and route hierarchies
- •When handling query parameters for filtering, sorting, pagination, or search functionality
- •When defining API response formats and HTTP status codes
- •When implementing API versioning strategies (URL path or header-based)
- •When setting up rate limiting, throttling, or API quota management
- •When configuring API security headers, CORS policies, or authentication middleware
- •When writing server-side request handlers or middleware functions
- •When working on API documentation or OpenAPI/Swagger specifications
Instructions
For details, refer to the information provided in this file: backend API