← スキル一覧に戻る

backend-api
by grimmolf
Soap calculator for Midnight Garden Apothecary with custom additive quality impact calculations
⭐ 0🍴 0📅 2025年11月5日
SKILL.md
name: Backend API description: 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.
Backend API
When to use this skill
- When creating or modifying route handlers in files like
routes.py,api.ts,routes.js,app.py, orserver.ts - When working in controller or handler directories like
controllers/,handlers/,routes/, orapi/ - When implementing HTTP method handlers (GET, POST, PUT, PATCH, DELETE) for any resource
- When defining RESTful resource endpoints like
/users,/products,/ordersor nested resources like/users/:id/posts - When adding API versioning strategies (URL-based like
/v1/usersor header-based) - When implementing query parameter handling for filtering, sorting, pagination, or search functionality
- When setting up rate limiting, request validation, or response formatting middleware
- When working on files that return HTTP status codes (200, 201, 400, 404, 500, etc.) to clients
- When creating backend services that serve JSON responses to frontend applications or mobile apps
- When building public or internal APIs consumed by external systems or microservices
Backend API
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
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です