This skill helps Claude write Shopify POS UI extensions using the official component library. It enforces a specific workflow: search documentation first, write code, then validate before returning anything to you. That's useful because POS extensions have 34 different targets across surfaces like cart line items, customer details, and draft orders, and picking the wrong one breaks things. The skill scaffolds extensions via Shopify CLI rather than hand-rolling config files, which saves debugging time. One thing to know is it's strict about validation, it won't give you code until it passes checks with your model name and target specified. Good for building retail interfaces that need to match Shopify's existing POS experience.
npx skills add https://github.com/shopify/shopify-ai-toolkit --skill shopify-pos-ui