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.

majiayu000 9ed49c1 2 files · 2.5 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/design/backend-api commit 9ed49c1109

Frequently asked questions

npx skillmds add majiayu000/backend-api-2