Backend API
When to use this skill:
- •When creating new API endpoints or route definitions
- •When modifying existing API route handlers or controllers
- •When working on files that define REST API structure (routes/.ts, api/.ts, controllers/*.ts, *Controller.cs)
- •When implementing HTTP request/response handling logic
- •When designing URL structures and resource naming conventions
- •When adding query parameters for filtering, sorting, or pagination
- •When implementing API versioning strategies (URL path or headers)
- •When defining HTTP status codes for various response scenarios
- •When working on rate limiting or API middleware
- •When building Bun, Express, Hono, or ASP.NET Core Web API backends
- •When implementing Server Actions in Next.js for data mutations
- •When configuring CORS, request size limits, or authentication middleware
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