This is your tool for writing and understanding Shopify Admin GraphQL queries and mutations without actually executing them. It searches Shopify's documentation before generating code, validates every query or mutation against the latest API schema, and won't let you ship broken GraphQL. The workflow is strict: search, write, validate, and if validation fails it searches again for the correct field types or values. It's narrowly scoped to the GraphQL layer itself. If you need to run queries via Shopify CLI, troubleshoot store authentication, or validate app config files, you'll switch to the use-shopify-cli skill instead. Think of it as a GraphQL authoring assistant that knows when to hand you off.
npx skills add https://github.com/shopify/shopify-ai-toolkit --skill shopify-admin