rest-api-designer

Installation
SKILL.md

REST API Designer

Design RESTful APIs with proper resource modeling and endpoint structure.

Quick Start

Use resource-based URLs with plural nouns, proper HTTP methods, and consistent patterns.

Instructions

Core REST Principles

Resources, not actions:

Good: GET /users, POST /users
Bad: GET /getUsers, POST /createUser
Installs
10
GitHub Stars
29
First Seen
Feb 4, 2026
rest-api-designer — armanzeroeight/fastagent-plugins