Agent skill
Backend API
Design and implement RESTful API endpoints following REST principles with resource-based URLs, appropriate HTTP methods, and consistent naming conventions. Use this skill when creating or modifying API route handlers, endpoint definitions, or REST controllers in files like routes.py, api.ts, controllers/, handlers/, or when implementing HTTP methods (GET, POST, PUT, PATCH, DELETE). Also applies when working on API versioning, request/response validation, status code handling, rate limiting, or any backend endpoint logic that serves HTTP requests to frontend clients or external systems.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/backend-api-grimmolf-mga-soap-calculator
SKILL.md
Backend API
When to use this skill
- When creating or modifying route handlers in files like
routes.py,api.ts,routes.js,app.py, orserver.ts - When working in controller or handler directories like
controllers/,handlers/,routes/, orapi/ - When implementing HTTP method handlers (GET, POST, PUT, PATCH, DELETE) for any resource
- When defining RESTful resource endpoints like
/users,/products,/ordersor nested resources like/users/:id/posts - When adding API versioning strategies (URL-based like
/v1/usersor header-based) - When implementing query parameter handling for filtering, sorting, pagination, or search functionality
- When setting up rate limiting, request validation, or response formatting middleware
- When working on files that return HTTP status codes (200, 201, 400, 404, 500, etc.) to clients
- When creating backend services that serve JSON responses to frontend applications or mobile apps
- When building public or internal APIs consumed by external systems or microservices
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?