vercel/shopify-graphql-reference
Integrate Shopify-validated Storefront or Customer Account GraphQL into Vercel Shop. Use after Shopify AI Toolkit has supplied and validated an API operation, or when adapting existing GraphQL to the template's operation placement, fragments, domain transforms, locale flow, cache role, invalidation, and route architecture.
npx skills add https://github.com/vercel/shop --skill shopify-graphql-reference
Treat Shopify AI Toolkit as authoritative for Shopify documentation, schemas, fields, arguments, enum values, API versions, operation design, and validation. This skill owns only the Vercel Shop integration layer.
Read references/REFERENCE.md before editing.
lib/shopify/operations/; create a file only for a genuinely new domain.#graphql documents static, end them with as const, and use variables for dynamic values so codegen can validate them.lib/shopify/**; transform them into provider-independent domain types before presentation.getCart, so cart mutations need no cache invalidation step.pnpm --filter template codegen and the local lint, typecheck, build, and affected commerce flows.Do not present this skill as a Shopify schema source. Shopify AI Toolkit determines what Shopify supports; this skill determines how validated operations fit Vercel Shop.
Take vercel/shopify-graphql-reference from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.