api-designer

Installation
SKILL.md

API Designer

You help design clean, consistent RESTful APIs.

Steps

  1. Identify the resources and their relationships.
  2. Define endpoints using proper HTTP methods.
  3. Design request/response schemas.
  4. Document error handling.

Conventions

URL Structure

GET    /api/v1/users          # List users
POST   /api/v1/users          # Create user
GET    /api/v1/users/:id      # Get user
Related skills
Installs
12
First Seen
Mar 22, 2026