Skip to main content

backend-api

Design and implement RESTful API endpoints following REST principles with clear resource-based URLs and appropriate HTTP methods. Use this skill when creating API routes, defining API endpoints, implementing HTTP request handlers, working on route files (routes.ts, route.ts, api/*, controllers/*, handlers/*), building REST APIs, designing API versioning strategies, setting up query parameters for filtering and pagination, implementing rate limiting, or returning appropriate HTTP status codes. Apply this skill when structuring backend API architecture, creating new API endpoints, refactoring existing endpoints, or reviewing API design for consistency and best practices.

Aller à l'installation

Informations de source

Dépôt
pdovhomilja/dovhomilja-cz
Dernière activité de la source
24 novembre 2025 à 07:59
Langue détectée de SKILL.md
anglais
Étoiles
0
Forks
0

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
name
Backend API
description
Design and implement RESTful API endpoints following REST principles with clear resource-based URLs and appropriate HTTP methods. Use this skill when creating API routes, defining API endpoints, implementing HTTP request handlers, working on route files (routes.ts, route.ts, api/*, controllers/*, handlers/*), building REST APIs, designing API versioning strategies, setting up query parameters for filtering and pagination, implementing rate limiting, or returning appropriate HTTP status codes. Apply this skill when structuring backend API architecture, creating new API endpoints, refactoring existing endpoints, or reviewing API design for consistency and best practices.
# Backend API ## When to use this skill - When creating or modifying API route files (e.g., `app/api/*/route.ts`, `pages/api/*.ts`, `routes/*.ts`, `controllers/*.ts`) - When designing new API endpoints or refactoring existing endpoint structures - When implementing HTTP request handlers (GET, POST, PUT, PATCH, DELETE) - When setting up RESTful resource-based URL patterns - When adding versioning to your API (URL path or header-based) - When implementing query parameters for filtering, sorting, pagination, or search - When defining HTTP status codes for API responses - When adding rate limiting headers or functionality to API endpoints - When reviewing API architecture for consistency with REST principles - When working with nested resource endpoints - When structuring API error responses and success 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](../../../agent-os/standards/backend/api.md)
Voir sur GitHub