api-design
Installation
SKILL.md
API Design - REST & GraphQL
Design consistent, intuitive APIs that scale
When to Use This Skill
Use this skill when:
- Designing new API endpoints (REST or GraphQL)
- Creating HTTP routes and handlers
- Implementing pagination, filtering, or sorting
- Versioning APIs for backward compatibility
- Handling API errors and validation
- Designing GraphQL schemas and resolvers
- Optimizing API performance (N+1 queries, caching)