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で見る