Gets your Shopify store connected and API-ready through the entire auth flow: CLI install, OAuth login, custom app creation with proper scopes, and Admin API token storage. Walks through the browser steps for setting up a custom app if you don't have one, then verifies the connection with a GraphQL test query. The real value is in the token clarity, it explicitly sets you up with the stable shpat_ access tokens you actually want for product management, not the short-lived CLI session tokens that'll break on you. Includes the rate limit numbers and API versioning warnings that would otherwise bite you later.
npx skills add https://github.com/jezweb/claude-skills --skill shopify-setup