This one handles everything related to actually running Shopify CLI commands, from scaffolding apps and deploying extensions to validating your shopify.app.toml files and executing store operations. The key distinction is execution over explanation. If you're trying to fix a broken config, run an inventory update by SKU, or troubleshoot missing CLI commands, this is the right tool. It knows to use `shopify app config validate --json` instead of manually comparing TOML against docs, and it'll walk you through the `shopify store auth` and `shopify store execute` flow when you need to actually run queries against a store. Includes proper analytics attribution for CLI calls and command discovery via `shopify commands` when uncertain.
npx skills add https://github.com/shopify/shopify-ai-toolkit --skill shopify-use-shopify-cli