From vercel-shop
Inspects live Shopify Storefront and Customer Account GraphQL schemas using shopify-ai-toolkit for Vercel Shop projects. Use before writing queries, checking fields, or debugging errors.
npx claudepluginhub vercel/shop --plugin vercel-shopThis skill uses the workspace's default tool permissions.
Use this skill when you need authoritative Shopify GraphQL schema details while working on Vercel Shop. The schema source of truth is the installed `Shopify/shopify-ai-toolkit` plugin, not committed snapshot files in the repo.
References Vercel Shop GraphQL patterns, fragments, cache conventions, and transforms for Shopify GraphQL queries, mutations, validation, and debugging in the template.
Use Shopify GraphQL Admin API for server CRUD on products/orders and Storefront API for client queries on products/cart, with versioning, rate limits, bulk ops, pagination.
Executes direct GraphQL queries and mutations on Shopify Storefront API for custom storefront data fetching and cart operations when full UI control is needed, not for web components.
Share bugs, ideas, or general feedback.
Use this skill when you need authoritative Shopify GraphQL schema details while working on Vercel Shop. The schema source of truth is the installed Shopify/shopify-ai-toolkit plugin, not committed snapshot files in the repo.
shopify-ai-toolkit as the schema source of truthShopify/shopify-ai-toolkit plugin to inspect the live schema for the relevant API..graphql snapshots.Never treat the Storefront API and Customer Account API schemas as interchangeable.
/vercel-shop:shopify-graphql-reference for the template's GraphQL patterns: file placement, fragments, locale context, caching, and transforms.npx plugins add Shopify/shopify-ai-toolkit --scope project --yes
.claude/schemas, checked-in schema snapshots, or other agent-only schema caches to the template./vercel-shop:shopify-graphql-reference for template conventions after the live schema check.shopify-ai-toolkit to inspect the live Customer Account schemaCustomer type and confirm the fields and nested objects/vercel-shop:shopify-graphql-reference if you need to place a new operation in the template