When to use this skill:
- •When creating new API endpoints or routes
- •When modifying existing endpoint handlers or controllers
- •When working on files in api/, routes/, controllers/, or endpoints/ directories
- •When implementing CRUD operations (Create, Read, Update, Delete)
- •When adding filtering, sorting, or pagination to endpoints
- •When setting up API versioning (URL path or header-based)
- •When choosing HTTP methods (GET, POST, PUT, PATCH, DELETE)
- •When determining appropriate HTTP status codes for responses
- •When designing resource-based URL structures
- •When implementing rate limiting headers
- •When reviewing API code for RESTful best practices
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.
Instructions
For details, refer to the information provided in this file: backend API