·api-design
</>

api-design

trantuananh-17/product-reviews

このスキルは、ユーザーが「API エンドポイントの作成」、「REST API の構築」、「コントローラーの追加」、「API の設計」、「CRUD 操作の実装」、「検証の追加」、「API エラーの処理」、またはバックエンド API 開発作業を要求する場合に使用します。 REST API 設計パターン、応答形式、検証、ベスト プラクティスを提供します。

2インストール·0トレンド·@trantuananh-17

インストール

$npx skills add https://github.com/trantuananh-17/product-reviews --skill api-design

SKILL.md

| Success | {success: true, data, meta, timestamp} | | Error | {success: false, error: {message, code, statusCode}, timestamp} | | Paginated | {success: true, data: [], meta: {pagination: {...}}} |

| 200 | Successful GET, PUT | | 201 | Successful POST (created) | | 204 | Successful DELETE | | 400 | Validation error, malformed request | | 401 | Missing/invalid authentication | | 403 | Authenticated but not authorized | | 404 | Resource not found | | 422 | Business logic error | | 429 | Rate limit exceeded | | 500 | Server error |

| List | GET | /resources | | Get one | GET | /resources/:id | | Create | POST | /resources | | Update | PUT | /resources/:id | | Delete | DELETE | /resources/:id | | Action | POST | /resources/:id/action |

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/trantuananh-17/product-reviews --skill api-design
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-05
更新日
2026-02-18

クイックアンサー

api-design とは?

このスキルは、ユーザーが「API エンドポイントの作成」、「REST API の構築」、「コントローラーの追加」、「API の設計」、「CRUD 操作の実装」、「検証の追加」、「API エラーの処理」、またはバックエンド API 開発作業を要求する場合に使用します。 REST API 設計パターン、応答形式、検証、ベスト プラクティスを提供します。 ソース: trantuananh-17/product-reviews。

api-design のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/trantuananh-17/product-reviews --skill api-design インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/trantuananh-17/product-reviews

詳細

カテゴリ
</>開発ツール
ソース
skills.sh
初回登録
2026-02-05