design-api

Installation
SKILL.md

Design API

Write well-structured, consistent API endpoints for a given model. Reuse existing patterns in the codebase — never invent new conventions if good ones already exist.

Quick Start

  1. Read the model and existing API layer.
  2. Identify shared utilities to reuse (error handlers, validators, response helpers).
  3. Write the endpoints following the contract rules below.
  4. Run /write-tests on the new endpoints.

Workflow

1. Read before writing

Installs
15
First Seen
Apr 1, 2026
design-api — rockclaver/systemcraft