Backend API
When to use this skill
- When creating or editing API route files (e.g.,
routes.rb,api.py,routes.ts,*.route.js) - When working on API controller files or request handlers
- When designing RESTful endpoints and URL structures
- When implementing HTTP methods (GET, POST, PUT, PATCH, DELETE)
- When adding API versioning or managing API versions
- When configuring rate limiting or API throttling
- When setting up query parameters for filtering, sorting, or pagination
- When defining nested resource routes
- When implementing API middleware or authentication endpoints
- When managing HTTP status codes and API responses
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