What problem does it solve?
This Skill helps you design and audit APIs so they avoid common production failures like N+1 performance traps, non-idempotent write behaviors, insecure webhook handling, and inefficient pagination or protocol choices.
Core Features & Use Cases
- API design consultation (no code generation): Explains patterns, tradeoffs, and anti-patterns for endpoint and protocol decisions.
- Endpoint auditing & decision trees: Guides you through choosing strategies for N+1 prevention, idempotency, pagination, concurrency, and protocol selection.
- Safety-focused guidance: Emphasizes correctness for webhooks, status codes, GraphQL depth limits, and DTO boundaries to reduce security and reliability risks.
Quick Start
Ask the Skill to audit your endpoint and explain what to change so it is idempotent, paginated correctly, and avoids N+1 issues: "Analyze this API endpoint design for correctness, performance risks (N+1), idempotency, and pagination strategy: <paste endpoint description or spec here>."