·rest-api-design
</>

rest-api-design

emvnuel/skill.md

REST API design patterns and MicroProfile OpenAPI documentation. Use when designing endpoints, choosing HTTP methods, status codes, or documenting APIs with OpenAPI annotations.

3Installs·0Trend·@emvnuel

Installation

$npx skills add https://github.com/emvnuel/skill.md --skill rest-api-design

SKILL.md

| Method | Purpose | Idempotent | Request Body |

| GET | Retrieve | Yes | No | | POST | Create | No | Yes | | PUT | Replace entirely | Yes | Yes | | PATCH | Partial update | Yes | Yes | | DELETE | Remove | Yes | No |

| 200 | OK | Successful GET, PUT, PATCH | | 201 | Created | Successful POST | | 204 | No Content | Successful DELETE | | 400 | Bad Request | Validation errors | | 401 | Unauthorized | Missing/invalid auth | | 403 | Forbidden | Insufficient permissions | | 404 | Not Found | Resource doesn't exist | | 422 | Unprocessable Entity | Business rule violation |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/emvnuel/skill.md --skill rest-api-design
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is rest-api-design?

REST API design patterns and MicroProfile OpenAPI documentation. Use when designing endpoints, choosing HTTP methods, status codes, or documenting APIs with OpenAPI annotations. Source: emvnuel/skill.md.

How do I install rest-api-design?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/emvnuel/skill.md --skill rest-api-design 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/emvnuel/skill.md

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01