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.

설치로 이동

소스 정보

저장소
pdovhomilja/dovhomilja-cz
최근 소스 활동
2025년 11월 24일 07:59
감지된 SKILL.md 언어
영어
스타
0
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
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)
GitHub에서 보기