This gets products into Shopify stores through either GraphQL mutations or CSV imports. You'd reach for it when adding new products, bulk-importing catalogs from spreadsheets, updating variants and prices, or managing inventory quantities. The workflow is practical: gather your data from conversation, files, or scraped URLs, then pick GraphQL for small batches or CSV for 20+ products. The included mutation examples and CSV column reference are thorough enough to actually use. One nice touch is the clear decision table that tells you which method to use based on product count, which saves you from guessing or over-engineering simple tasks.
npx skills add https://github.com/jezweb/claude-skills --skill shopify-products