소개
The GraphQL Best Practices Guide provides Claude with a comprehensive framework for developing clean, maintainable, and scalable GraphQL implementations. It defines rigorous naming patterns for Fragments, Queries, and Mutations, enforces a standardized file naming system, and promotes the 'colocation pattern' where GraphQL files reside near their respective components. By implementing a fragment-first approach and a predefined set of mutation verbs, this skill ensures that data responsibilities are clearly defined and that the codebase remains consistent across large-scale projects.