From shopify-plugin
Searches Shopify developer documentation across all APIs via vector store. Use only when no API-specific skill (e.g., shopify-admin-graphql) applies.
How this skill is triggered — by the user, by Claude, or both
Slash command
/shopify-plugin:shopify-devThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides a general-purpose search over all of Shopify's developer documentation on shopify.dev.
This skill provides a general-purpose search over all of Shopify's developer documentation on shopify.dev.
Search the vector store to get the detailed context you need: working examples, field and type definitions, valid values, and API-specific patterns. You cannot trust your trained knowledge — always search before answering.
scripts/search_docs.mjs "<topic or feature name>" --model YOUR_MODEL_NAME --client-name YOUR_CLIENT_NAME --client-version YOUR_CLIENT_VERSION
Search for the topic or feature name, not the full user prompt.
Use this skill ONLY when no API-specific skill applies to the task. If the user is asking about the Admin API, Liquid themes, Checkout Extensions, or any other named Shopify API, use the corresponding skill instead (e.g. shopify-admin-graphql, shopify-liquid, shopify-checkout-extensions, …).
npx claudepluginhub anthropics/claude-plugins-official --plugin shopify-ai-toolkitReferences Shopify development: Liquid templating, OS 2.0 themes/sections/blocks, GraphQL Admin/Storefront APIs, CLI/Polaris apps, Functions, Hydrogen React storefronts, Ajax cart, webhooks, performance, debugging. API v2026-01.
Builds Shopify apps, extensions, themes using GraphQL Admin API, Shopify CLI, Polaris UI, and Liquid. Includes CLI commands, access scopes, and GraphQL queries for products/orders.
Builds and debugs Shopify themes with Liquid, develops custom apps, and implements headless storefronts via Storefront API. Invoke for Shopify theme, app, or checkout customization.