·api-design
</>

api-design

affaan-m/everything-claude-code

リソースの命名、ステータス コード、ページネーション、フィルタリング、エラー応答、バージョン管理、運用 API のレート制限などの REST API 設計パターン。

130インストール·38トレンド·@affaan-m

インストール

$npx skills add https://github.com/affaan-m/everything-claude-code --skill api-design

SKILL.md

Conventions and best practices for designing consistent, developer-friendly REST APIs.

| Method | Idempotent | Safe | Use For |

| GET | Yes | Yes | Retrieve resources | | POST | No | No | Create resources, trigger actions | | PUT | Yes | No | Full replacement of a resource | | PATCH | No | No | Partial update of a resource | | DELETE | Yes | No | Remove a resource |

リソースの命名、ステータス コード、ページネーション、フィルタリング、エラー応答、バージョン管理、運用 API のレート制限などの REST API 設計パターン。 ソース: affaan-m/everything-claude-code。

原文を見る

引用可能な情報

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

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

クイックアンサー

api-design とは?

リソースの命名、ステータス コード、ページネーション、フィルタリング、エラー応答、バージョン管理、運用 API のレート制限などの REST API 設計パターン。 ソース: affaan-m/everything-claude-code。

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

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

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

https://github.com/affaan-m/everything-claude-code