If you're building customer-facing features on Shopify, this skill helps you write GraphQL queries against the Customer Account API. It's the API for authenticated customers to manage their own orders, addresses, and payment methods, not the Admin API for merchant operations. The workflow is strict: you must search the docs first, then validate your code before returning it. That two-step process (search_docs.mjs, then validate.mjs) is mandatory every time, which keeps you from guessing at field names or valid values. It's aimed at getting you correct queries faster by forcing you to check against real API documentation and catch errors before you run anything.
npx skills add https://github.com/shopify/shopify-ai-toolkit --skill shopify-customer