What is api-design-patterns?
REST API design with resource naming, pagination, versioning, and OpenAPI spec generation Source: rohitg00/awesome-claude-code-toolkit.
REST API design with resource naming, pagination, versioning, and OpenAPI spec generation
Quickly install api-design-patterns AI skill to your development environment via command line
Source: rohitg00/awesome-claude-code-toolkit.
| Method | Purpose | Idempotent | Request Body | Success Code |
| GET | Read resource(s) | Yes | No | 200 | | POST | Create resource | No | Yes | 201 | | PUT | Full replace | Yes | Yes | 200 | | PATCH | Partial update | No | Yes | 200 | | DELETE | Remove resource | Yes | No | 204 |
Return Location header on POST with the URL of the created resource.
REST API design with resource naming, pagination, versioning, and OpenAPI spec generation Source: rohitg00/awesome-claude-code-toolkit.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill api-design-patternsBrowse more skills from rohitg00/awesome-claude-code-toolkit
REST API design with resource naming, pagination, versioning, and OpenAPI spec generation Source: rohitg00/awesome-claude-code-toolkit.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/rohitg00/awesome-claude-code-toolkit --skill api-design-patterns Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/rohitg00/awesome-claude-code-toolkit