What problem does it solve?
This Skill helps you design or review HTTP and GraphQL APIs so they are predictable, evolvable, and honest about errors, status codes, and compatibility.
Core Features & Use Cases
- Endpoint and schema design: Define REST resources, GraphQL operations, request/response shapes, and naming conventions for new or changing APIs.
- Contract quality review: Check versioning strategy, pagination, auth, idempotency, concurrency, and error handling for existing API changes.
- Production-ready semantics: Ensure list endpoints paginate, errors are machine-readable, breaking changes are handled safely, and documentation reflects the contract.
- Use case: A team adding a new public endpoint can use this Skill to choose the right method, status codes, pagination model, and backward-compatible evolution plan.
Quick Start
Ask for an API design or review with the caller type, auth model, versioning stance, and the endpoint or schema you want assessed.