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.

Jump to install

Source facts

Repository
pdovhomilja/dovhomilja-cz
Last source activity
November 24, 2025 at 07:59
Detected SKILL.md language
English
Stars
0
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
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)
View on GitHub