This skill provides comprehensive guidance for designing scalable, maintainable, and intuitive APIs using both REST and GraphQL paradigms. It enables Claude to assist with resource-oriented architecture, schema-first development, efficient pagination, consistent error handling, and performance optimization techniques like DataLoader. Whether building new endpoints, refactoring existing ones, or establishing team-wide standards, this skill ensures your APIs are developer-friendly, performant, and built to stand the test of time.
主要功能
01Schema-first GraphQL design and type definitions
02Resource-oriented RESTful architecture patterns
03138 GitHub stars
04Performance optimization including N+1 prevention with DataLoader
05Scalable pagination and HATEOAS implementation strategies
06Standardized error handling and HTTP status code mapping