shopify-dev
๐ฏSkillfrom shopify/shopify-ai-toolkit
General-purpose search across all of Shopify's developer documentation on shopify.dev, intended only when no API-specific Shopify skill (Admin GraphQL, Liquid, Checkout Extensions, etc.) matches. Always runs the bundled search script before answering, so guidance reflects the latest documentation instead of stale training data.
Same repository
shopify/shopify-ai-toolkit(12 items)
Installation
npx vibeindex add shopify/shopify-ai-toolkit --skill shopify-devnpx skills add shopify/shopify-ai-toolkit --skill shopify-dev~/.claude/skills/shopify-dev/SKILL.mdSKILL.md
More from this repository10
Write Shopify Storefront GraphQL queries and mutations for custom storefronts that need full control over data fetching, cart operations, and rendering. Every response runs `search_docs.mjs` first and `validate.mjs` before returning code; not for Web Components (use storefront-web-components instead).
Customise Shopify backend logic with Shopify Functions across APIs like Discount, Cart & Checkout Validation, Cart Transform, Delivery Option Generators, Delivery/Payment Customization, Fulfillment Constraints, and Order Routing. Every response runs the bundled `search_docs.mjs` and `validate.mjs` before returning code.
Writes Shopify Customer Account API GraphQL queries and mutations for customer-facing data โ orders, payment methods, addresses. Every response first searches the latest Shopify documentation and then validates the generated code before returning it.
Writes Shopify Partner API GraphQL queries and mutations for programmatic access to Partner Dashboard data โ apps, themes, and affiliate referrals. Every response first searches the latest Shopify documentation and validates the generated code before returning it.
Build Shopify Admin UI Extensions that inject custom actions and blocks at contextually relevant spots throughout the Shopify Admin, with Shopify CLI scaffolding included. Code is written to a temp file and validated with `validate.mjs --file --target` before being returned.
Build Shopify Checkout UI Extensions that add custom functionality at defined points in the checkout flow โ product information, shipping, payment, order summary, and Shop Pay โ plus scaffolding via Shopify CLI. Code is written to a temp file and validated with `validate.mjs --file --target` before being returned.
Build Shopify Customer Account UI Extensions that add custom functionality to the Order index, Order status, and Profile pages in customer accounts, with Shopify CLI scaffolding. Code is written to a temp file and validated with `validate.mjs --file --target` before returning.
Derives, validates, and runs Admin GraphQL operations against a specific Shopify store using `shopify store auth` + `shopify store execute`, returning the executable workflow rather than a standalone query. Use for store-scoped requests like product reads, low-inventory lookups, product updates, or warehouse inventory changes.
Onboarding skill for developers getting started on Shopify โ build apps or themes, create a dev store, set up a partner account, or scaffold a project. Not for merchants managing stores.
Part of Shopify's official AI Toolkit that connects AI coding agents to the Shopify platform, providing documentation search, API schema validation, GraphQL/Liquid code checking, and store management capabilities with automatic updates.