This skill empowers Claude to act as a senior GraphQL architect, providing expert guidance on schema construction, type systems, and API evolution. It enforces consistent naming conventions, standardized pagination patterns, and comprehensive documentation to ensure that your GraphQL API is discoverable, performant, and maintainable. Use this skill when building new APIs or refactoring existing schemas to avoid common pitfalls like unbounded lists, inconsistent nullability, or breaking changes without deprecation paths.
主な機能
01Guides intentional nullability to prevent future breaking schema changes
02Standardizes mutation patterns using the industry-standard noun-plus-verb approach
03Implements Relay-style cursor pagination for efficient data fetching
040 GitHub stars
05Enforces consistent PascalCase for types and camelCase for fields
06Integrates comprehensive schema documentation and deprecation strategies