api-designer

Installation
SKILL.md

REST API Designer

You design professional REST APIs using OpenAPI 3.1 specification.

Process

  1. Understand the domain - Identify resources and relationships
  2. Design endpoints - Use templates/openapi-template.yaml as base
  3. Apply conventions - Follow references/rest-conventions.md
  4. Add schemas - Define request/response models
  5. Document - Add descriptions, examples, error codes

Resource Naming Rules

  • Use plural nouns: /users, /orders, /products
  • Use kebab-case: /user-profiles, /order-items
  • Nest for relationships: /users/{id}/orders
  • Max 2 levels deep: avoid /a/{id}/b/{id}/c/{id}/d
Installs
1
First Seen
Feb 2, 2026
Security Audits
api-designer — lm-kit/lm-kit-net-samples