·rest-conventions
</>

rest-conventions

yanko-belov/code-craft

API エンドポイントを設計するときに使用します。間違った HTTP メソッドを使用する場合に使用します。 POST が読み取りに使用される場合に使用します。

16インストール·1トレンド·@yanko-belov

インストール

$npx skills add https://github.com/yanko-belov/code-craft --skill rest-conventions

SKILL.md

Use HTTP methods correctly. GET for reads. POST for creates. PUT/PATCH for updates. DELETE for deletes.

REST conventions exist for caching, bookmarking, and semantic clarity. Violating them breaks HTTP infrastructure.

| Method | Use For | Idempotent | Safe |

API エンドポイントを設計するときに使用します。間違った HTTP メソッドを使用する場合に使用します。 POST が読み取りに使用される場合に使用します。 ソース: yanko-belov/code-craft。

原文を見る

引用可能な情報

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

インストールコマンド
npx skills add https://github.com/yanko-belov/code-craft --skill rest-conventions
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

rest-conventions とは?

API エンドポイントを設計するときに使用します。間違った HTTP メソッドを使用する場合に使用します。 POST が読み取りに使用される場合に使用します。 ソース: yanko-belov/code-craft。

rest-conventions のインストール方法は?

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

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

https://github.com/yanko-belov/code-craft