This is your go-to when building Shopify storefronts with Hydrogen. It comes loaded with cookbook recipes for common patterns like B2B commerce, bundles, infinite scroll, subscriptions, and GTM integration. The skill enforces a critical workflow: search the docs first, write your code, then validate it before shipping. It's opinionated about one thing that'll save you headaches: components like Image, Money, and MediaFile are React components from the Hydrogen package, not Storefront API GraphQL types. Mix those up and you'll waste time debugging. The mandatory validation step catches these mistakes before you see them in production. Use this for any Hydrogen question, full stop.
npx skills add https://github.com/shopify/shopify-ai-toolkit --skill shopify-hydrogen