api-designer

Installation
SKILL.md

API Designer

Design, review, and document APIs that are consistent, intuitive, and maintainable. Follow REST conventions for resource-oriented APIs and GraphQL best practices for query-based APIs.

API Design Workflow

Step 1: Identify Resources and Operations

  1. List the primary resources (nouns) the API exposes.
  2. Map CRUD and business operations to HTTP methods.
  3. Define relationships between resources (one-to-many, many-to-many).
  4. Identify sub-resources vs. top-level resources.
  5. Determine which operations are idempotent.

Step 2: Define URL Structure

Installs
1
GitHub Stars
1
First Seen
May 12, 2026
api-designer — kaakati/sdh-claude-skills