·rest-conventions
</>

rest-conventions

yanko-belov/code-craft

Use when designing API endpoints. Use when using wrong HTTP methods. Use when POST is used for reads.

16Installs·0Trend·@yanko-belov

Installation

$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 |

Use when designing API endpoints. Use when using wrong HTTP methods. Use when POST is used for reads. Source: yanko-belov/code-craft.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/yanko-belov/code-craft --skill rest-conventions
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is rest-conventions?

Use when designing API endpoints. Use when using wrong HTTP methods. Use when POST is used for reads. Source: yanko-belov/code-craft.

How do I install rest-conventions?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yanko-belov/code-craft --skill rest-conventions Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

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