shopify-graphql-reference
Installation
SKILL.md
Shopify GraphQL Reference
Description
Use this skill as the reference source for Shopify GraphQL work in the template. It keeps queries, mutations, schema validation, fragment changes, locale handling, caching rules, and transforms aligned with the live Shopify schema and established storefront patterns.
When to Use This Skill
- When the user is doing any Shopify GraphQL work
- When the user wants a new query or mutation
- When an existing operation needs more fields
- When a GraphQL response shape must be mapped into domain types
- When debugging Shopify GraphQL errors, missing fields, or stale cache behavior
- When invoked via
/vercel-shop:shopify-graphql-reference
Read These First
- Read references/REFERENCE.md for the detailed technical reference: operation structure, fragment usage, locale context, cache rules, and common modifications.
- Use
shopify-ai-toolkitor thevercel-shop:fetch-shopify-schemaskill when you need authoritative schema facts for the Storefront or Customer Account APIs.