← ClaudeAtlas

using-shopify-app-builderlisted

Use at the start of any Shopify app engineering, debugging, review, launch, listing, or growth task. Routes the request to the smallest relevant Shopify App Builder skills and enforces credential, verification, deployment, publication, and paid-spend boundaries. Triggers include: 'Shopify app', 'Shopify extension', 'Shopify API', 'App Bridge', 'Polaris', 'Built for Shopify', 'App Store listing', and 'Shopify app ads'.
khadinakbarlabs/shopify-app-builder · ★ 1 · Code & Development · score 62
Install: claude install-skill khadinakbarlabs/shopify-app-builder
# Using Shopify App Builder Treat this skill as the router for the toolkit. Select focused skills before proposing code or operational changes. ## Routing workflow 1. Inspect the repository, framework, Shopify configuration, and the user's stated outcome. 2. Classify the request with the routing table below. 3. Read the selected skill files completely. Use the smallest set that covers the request. 4. Verify time-sensitive platform behavior against current official Shopify documentation. 5. Implement only what the user authorized, then run proportionate checks on the real affected surface. ## Skill routing table | Request | Start with | Add when needed | | --- | --- | --- | | New app, scaffold, extension, or deployment plan | `shopify-cli` | `app-validation`, `app-niche-finder`, `app-auth`, `app-billing` | | Admin data or GraphQL error | `admin-graphql` | `metafields-metaobjects`, `webhooks`, `dev-troubleshooting` | | Legacy REST migration | `admin-rest` | `admin-graphql`, `migrate-rest-to-graphql` command in Claude/Cursor | | OAuth, token exchange, HMAC, or session issue | `app-auth` | `dev-troubleshooting`, `webhooks` | | Billing, plans, trials, or usage charges | `app-billing` | `app-pricing-strategy`, `merchant-pain-prevention` | | Embedded admin UI | `app-bridge` and `polaris-ui` | `ux-polaris-antipatterns`, `app-accessibility`, `app-performance` | | Storefront or theme work | `storefront-api`, `hydrogen-storefront`, or `liquid-themes` | `metafields-metaobjects` | |