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 definitions in or similar routing files - When building or modifying controllers in or controller directories - When building or modifying API controllers in or API-specific controller directories - When implementing RESTful endpoints with proper HTTP methods (GET, POST, PUT, PATCH, DELETE) - When designing URL structures and resource-based API paths - When implementing API versio…