mcpbeat

Shopify Skills

80 skills published by Shopify across 12 repositories. Together they weigh 157 180 503 tokens — that is what loading all of them at once would cost you in context.

80 skills 157 180 503 tokens total vendor account

Agent Device vendor
flash-list

Interact with iOS simulator or Android emulator/device using snapshot-based coordinates. Uses accessibility tree snapshots for precise element targeting, with screenshot verification as fallback. Use when navigating the app on a simulator/emulator.

5k tokens
Analyze Feedback vendor
flash-list

Analyze agent feedback artifacts from GitHub Actions workflow runs, extract actionable learnings, and incorporate them into skill files and CLAUDE.md. Tracks scan progress to avoid re-processing.

2k tokens
Fix Github Issue vendor
flash-list

Full workflow for fixing a GitHub issue - understand the problem, reproduce, diagnose root cause, fix, test on iOS/Android simulators, review, and raise a PR

2k tokens
Raise Pr vendor
flash-list

Create a GitHub PR for FlashList. Ensures no AI/Claude attribution in commits or PR body, follows repo conventions for title, description, and test plan.

1k tokens
Review And Test vendor
flash-list

Review a FlashList PR or branch, run unit tests, test on iOS simulator, and verify RTL/LTR behavior. Shared context with fix-github-issue skill.

4k tokens
Triage Issue vendor
flash-list

Triage a GitHub issue — classify priority (P0/P1/P2), search for duplicates, and apply labels.

670 tokens
Upgrade React Native vendor
flash-list

Upgrade the React Native fixture app to a new version. Covers JS deps, Android (Gradle, Kotlin, SDK), iOS (Podfile, pbxproj), Metro config, and third-party libraries.

2k tokens
E2e Test Writing vendor
hydrogen

> Guide for writing high-quality Playwright E2E tests for Hydrogen. Use when the user asks to "write e2e tests", "add playwright tests", "test this feature end-to-end", "write recipe tests", "add integration tests", or mentions Playwright, E2E testing, or test coverage for user-facing features.

421 tokens
Hydrogen Dev Workflow vendor
hydrogen

> Development workflow guide for Shopify's Hydrogen framework. Covers testing, upgrading, recipes, PR conventions, analytics architecture, CLI tooling, and project scaffolding. Use when developing the Hydrogen framework. Also activates when someone mentions "recipes", "patch files", "customer account testing", "hydrogen upgrade", "skeleton template", "hydrogen CLI", "create-hydrogen", "hydrogen init", or "shopify-cli-update" in the headless context.

2k tokens
Hydrogen Release Process vendor
hydrogen

> Release process guide for Shopify's Hydrogen framework. Covers the full release flow (standard, back-fix, snapshot), manual vs automatic steps, changelog.json updates, h2 upgrade enablement, and release failure recovery. Use when performing or debugging a Hydrogen release. Also activates when someone mentions "release", "release process", "back-fix", "snapit", "changelog.json", "h2 upgrade enablement", "release failure", "version PR", "release PR", or "hydrogen release".

4k tokens
Hydrogen Versioning vendor
hydrogen

> Versioning reference for Hydrogen and Shopify's GraphQL APIs. Covers CalVer formats, quarterly release schedules, version support policies, and release cadence expectations. Use when discussing hydrogen calver, calver, SFAPI version, API version support, hydrogen release cadence, version support window, unstable API version, storefront API version, or customer account API version. Also activates when planning a Hydrogen major release, answering merchant questions about API version compatibility, or determining which versions are currently supported.

2k tokens
CLI Pre Submit CI vendor
cli

Prevent predictable Shopify CLI PR CI failures before push or submit. Use when users: (1) ask what to run before pushing, submitting, restacking, opening, or updating a PR, (2) ask which generated files to commit or stage, (3) want to validate a branch against GitHub Actions, or (4) want to avoid CI churn after command, docs, workflow, schema, or test changes. At PR time, default to suggesting the minimal pre-submit checks rather than running a full local workflow automatically.

1k tokens
Investigating Github Issues vendor
cli

Read-only investigation and analysis of GitHub issues for Shopify/cli. Fetches issue details via gh CLI, searches for duplicates, examines the monorepo for relevant context, applies version-based maintenance policy classification, and produces a structured investigation report. Use when a GitHub issue URL is provided or when asked to analyze or triage an issue.

3k tokens
Adding API Versions vendor
shopify-app-js

Use when adding a new API version to the shopify-api package, creating REST resource files for a new version, updating API version constants, or handling breaking changes like removed or modified resources between versions.

922 tokens
Fix Broken Major Upgrade vendor
shopify-app-js

Process a major Dependabot PR: research breaking changes, apply fixes, validate CI

4k tokens
List Broken Major Upgrades vendor
shopify-app-js

List open Dependabot PRs with major version bumps where CI is failing

607 tokens
Prepare Release vendor
shopify-app-js

Prepare the changeset-release/main branch for release by syncing version.ts files and running pnpm install

740 tokens
Reviewing Pull Requests vendor
shopify-app-js

Reviews pull requests for Shopify/shopify-app-js with comprehensive analysis including semver compliance (MAJOR/MINOR/PATCH classification), single responsibility validation, pattern consistency checks against established TypeScript/Node.js library patterns, and root cause analysis. Produces a structured review with breaking changes assessment, improvement suggestions, and community contribution guidance. Use when asked to review a PR, check for breaking changes, or validate code quality.

3k tokens
Shopify Admin vendor
Shopify-AI-Toolkit

Write or explain **Admin GraphQL** queries and mutations for apps and integrations that extend the Shopify admin. Use when the user wants to **understand, design, or generate** the operation itself—even before deciding how to run it. Do **not** choose `admin` first for **app or extension config validation** —use **`use-shopify-cli`**. Do **not** choose `admin` first to **execute** Admin GraphQL **now via Shopify CLI** or for CLI setup/troubleshooting on store workflows—use **`use-shopify-cli`** (store auth/execute, handle/SKU/location lookups, inventory changes).

2720k tokens scripts
Shopify App Store Review vendor
Shopify-AI-Toolkit

Run a pre-submission compliance check against your Shopify app's codebase. Reviews App Store requirements and surfaces likely issues before you submit for official review.

13k tokens scripts
Shopify Custom Data vendor
Shopify-AI-Toolkit

MUST be used first when prompts mention Metafields or Metaobjects. Use Metafields and Metaobjects to model and store custom data for your app. Metafields extend built-in Shopify data types like products or customers, Metaobjects are custom data types that can be used to store bespoke data structures. Metafield and Metaobject definitions provide a schema and configuration for values to follow.

13k tokens scripts
Shopify Customer vendor
Shopify-AI-Toolkit

The Customer Account API allows customers to access their own data including orders, payment methods, and addresses.

429k tokens scripts
Shopify Dev vendor
Shopify-AI-Toolkit

Search Shopify developer documentation across all APIs. Use only when no API-specific skill applies.

14k tokens scripts
Shopify Functions vendor
Shopify-AI-Toolkit

Shopify Functions allow developers to customize the backend logic that powers parts of Shopify. Available APIs: Discount, Cart and Checkout Validation, Cart Transform, Pickup Point Delivery Option Generator, Delivery Customization, Fulfillment Constraints, Local Pickup Delivery Option Generator, Order Routing Location Rule, Payment Customization

655k tokens scripts
Shopify Hydrogen vendor
Shopify-AI-Toolkit

Hydrogen storefront implementation cookbooks. Some of the available recipes are: B2B Commerce, Bundles, Combined Listings, Custom Cart Method, Dynamic Content with Metaobjects, Express Server, Google Tag Manager Integration, Infinite Scroll, Legacy Customer Account Flow, Markets, Partytown + Google Tag Manager, Subscriptions, Third-party API Queries and Caching. MANDATORY: Use this API for ANY Hydrogen storefront question - do NOT use Storefront GraphQL when 'Hydrogen' is mentioned.

3473k tokens scripts
Shopify Liquid vendor
Shopify-AI-Toolkit

Liquid is an open-source templating language created by Shopify. It is the backbone of Shopify themes and is used to load dynamic content on storefronts. Keywords: liquid, theme, shopify-theme, liquid-component, liquid-block, liquid-section, liquid-snippet, liquid-schemas, shopify-theme-schemas

31k tokens scripts
Shopify Onboarding Dev vendor
Shopify-AI-Toolkit

Get started building on Shopify. Use when a developer asks to build an app, build a theme, create a dev store, set up a partner account, scaffold a project, or get started developing for Shopify. NOT for merchants managing stores.

12k tokens scripts
Shopify Onboarding Merchant vendor
Shopify-AI-Toolkit

Set up and connect a Shopify store from your AI assistant. Use when the user wants to start selling online, open a first Shopify store, try Shopify before they have an account, or get merchant-facing next steps after a preview store is created, including how to keep it, save it, or make it real. This is for store owners — not developers. Preview-store creation for brand-new merchants belongs here via `shopify store create preview`; explicit CLI troubleshooting and named-store command execution belong in **`use-shopify-cli`**.

15k tokens scripts
Shopify Partner vendor
Shopify-AI-Toolkit

The Partner API lets you programmatically access data about your Partner Dashboard, including your apps, themes, and affiliate referrals.

240k tokens scripts
Shopify Payments Apps vendor
Shopify-AI-Toolkit

The Payments Apps API enables payment providers to integrate their payment solutions with Shopify's checkout.

249k tokens scripts
Shopify Polaris Admin Extensions vendor
Shopify-AI-Toolkit

Add custom actions and blocks from your app at contextually relevant spots throughout the Shopify Admin. Admin UI Extensions also supports scaffolding new adminextensions using Shopify CLI commands.

3732k tokens scripts
Shopify Polaris App Home vendor
Shopify-AI-Toolkit

Build your app's primary user interface embedded in the Shopify admin. If the prompt just mentions `Polaris` and you can't tell based off of the context what API they meant, assume they meant this API.

359k tokens scripts
Shopify Polaris Checkout Extensions vendor
Shopify-AI-Toolkit

Build custom functionality that merchants can install at defined points in the checkout flow, including product information, shipping, payment, order summary, and Shop Pay. Checkout UI Extensions also supports scaffolding new checkout extensions using Shopify CLI commands.

4431k tokens scripts
Shopify Polaris Customer Account Extensions vendor
Shopify-AI-Toolkit

Build custom functionality that merchants can install at defined points on the Order index, Order status, and Profile pages in customer accounts. Customer Account UI Extensions also supports scaffolding new customer account extensions using Shopify CLI commands.

4432k tokens scripts
Shopify Pos UI vendor
Shopify-AI-Toolkit

Build retail point-of-sale applications using Shopify's POS UI components. These components provide a consistent and familiar interface for POS applications. POS UI Extensions also supports scaffolding new POS extensions using Shopify CLI commands. Keywords: POS, Retail, smart grid

4434k tokens scripts
Shopify Shopifyql vendor
Shopify-AI-Toolkit

Answer a merchant's **analytics and reporting** questions with **ShopifyQL** — Shopify's query language for aggregated store metrics that the Admin GraphQL API cannot compute. Choose this (not `admin`) whenever the ask is for **numbers, totals, trends, or breakdowns** rather than fetching or mutating individual records: including but not limited to total/gross/net sales and revenue, order counts, average order value, refunds, quantity sold, sessions, conversion rate, and traffic — sliced by product, channel, region, or customer, trended over time, or compared period-over-period. Examples: \"total sales last 7 days\", \"orders by sales channel this month\", \"top products by revenue\", \"conversion rate this week\", \"sales this year vs last year\". This topic covers writing the ShopifyQL query; if the merchant wants to run it against their store, execution is handed off to `use-shopify-cli`. Not for general Admin GraphQL record operations — fetching or mutating individual resources (use `admin`).

18k tokens scripts
Shopify Storefront Graphql vendor
Shopify-AI-Toolkit

Use for custom storefronts requiring direct GraphQL queries/mutations for data fetching and cart operations. Choose this when you need full control over data fetching and rendering your own UI. NOT for Web Components - if the prompt mentions HTML tags like <shopify-store>, <shopify-cart>, use storefront-web-components instead.

527k tokens scripts
Shopify Use Shopify CLI vendor
Shopify-AI-Toolkit

Choose when the user needs **Shopify CLI** to run or fix something now: validate app or extension config on disk (`shopify.app.toml`, `shopify.app.<name>.toml`, `shopify.extension.toml`); run or troubleshoot store workflows (`shopify store auth`, `shopify store execute`); or perform explicit store-scoped reads/writes on a named store domain (for example, show/list/find the first 10 products on my store at `foo.myshopify.com`, or inventory and product changes by handle, SKU, or location name). Emphasize **commands and operational steps**, not only authoring GraphQL. Skip for API-only understanding or codegen with no CLI execution, and skip for brand-new merchant asks to start a Shopify store or try Shopify before they have an account. Examples: validate configuration before deploy; run an existing query via CLI; show the first 10 products on `foo.myshopify.com`; missing `shopify store execute`.

15k tokens scripts
Ucp vendor
ucp-cli

Use when the user wants to use the UCP CLI to find, compare, buy, or track products from online merchants, or to set up and troubleshoot the local UCP profile required for merchant-scoped operations. Covers global catalog search (\"find me X under $Y\"), named-merchant transactions (\"buy this from Z.com\"), order tracking, `ucp profile init`, `ucp doctor`, carts, checkout, orders, and UCP setup/help. Falls back to merchant-hosted handoff when direct in-protocol checkout isn't available.

17k tokens scripts
Benchmark Rbs vendor
rubydex

> Benchmark Rubydex indexing performance on RBS core/stdlib, comparing the current branch against main. Measures maximum RSS and execution time.

723 tokens
Profiling vendor
rubydex

> Profile Rubydex indexer performance — CPU flamegraphs, memory usage, phase-level timing. Use this skill whenever the user mentions profiling, performance, flamegraphs, benchmarking, "why is X slow", bottlenecks, hot paths, memory usage, or wants to understand where time is spent during indexing/resolution. Also trigger when comparing performance before/after a change.

2k tokens
Review Changes vendor
rubydex

Reviews code changes for Rubydex

439 tokens
Rubydex MCP Benchmark vendor
rubydex

Use when benchmarking rubydex MCP against plain Grep/Glob for Ruby code tasks. Guides A/B comparison setup, candidate selection, and metrics collection.

1k tokens
Investigating Github Issues vendor
shopify_app

Read-only investigation and analysis of GitHub issues for Shopify/shopify-app-template-react-router. Fetches issue details via gh CLI, searches for duplicates, examines the template's code for relevant context, applies version-based maintenance policy classification, and produces a structured investigation report. Use when a GitHub issue URL is provided or when asked to analyze or triage an issue.

3k tokens
Shopify Admin vendor
agent-skills
2887k tokens scripts
Shopify Admin vendor
agent-skills
380k tokens scripts
Shopify Custom Data vendor
agent-skills
4k tokens scripts
Shopify Customer vendor
agent-skills
2691k tokens scripts
Shopify Customer vendor
agent-skills
184k tokens scripts
Shopify Dev vendor
agent-skills
1k tokens scripts
Shopify Functions vendor
agent-skills
2771k tokens scripts
Shopify Functions vendor
agent-skills
264k tokens scripts
Shopify Hydrogen vendor
agent-skills
2581k tokens scripts
Shopify Hydrogen vendor
agent-skills
40296k tokens scripts
Shopify Liquid vendor
agent-skills
21k tokens scripts
Shopify Partner vendor
agent-skills
2676k tokens scripts
Shopify Partner vendor
agent-skills
169k tokens scripts
Shopify Payments Apps vendor
agent-skills
170k tokens scripts
Shopify Payments Apps vendor
agent-skills
2676k tokens scripts
Shopify Polaris Admin Extensions vendor
agent-skills
11841k tokens scripts
Shopify Polaris Admin Extensions vendor
agent-skills
2530k tokens scripts
Shopify Polaris App Home vendor
agent-skills
2525k tokens scripts
Shopify Polaris App Home vendor
agent-skills
6809k tokens scripts
Shopify Polaris Checkout Extensions vendor
agent-skills
2528k tokens scripts
Shopify Polaris Checkout Extensions vendor
agent-skills
11839k tokens scripts
Shopify Polaris Customer Account Extensions vendor
agent-skills
2528k tokens scripts
Shopify Polaris Customer Account Extensions vendor
agent-skills
11839k tokens scripts
Shopify Pos UI vendor
agent-skills
2531k tokens scripts
Shopify Pos UI vendor
agent-skills
11842k tokens scripts
Shopify Storefront Graphql vendor
agent-skills
188k tokens scripts
Shopify Storefront Graphql vendor
agent-skills
2694k tokens scripts
Liquid Theme A11y vendor
liquid-skills

Implement WCAG 2.2 accessibility patterns in Shopify Liquid themes. Covers e-commerce-specific components including product cards, carousels, cart drawers, price display, forms, filters, and modals. Use when building accessible theme components, fixing accessibility issues, or reviewing ARIA patterns in .liquid files.

6k tokens
Liquid Theme Standards vendor
liquid-skills

CSS, JavaScript, and HTML coding standards for Shopify Liquid themes. Covers BEM naming inside stylesheet tags, design tokens, CSS custom properties, Web Components for themes, defensive CSS, and progressive enhancement. Use when writing CSS/JS/HTML in .liquid files or theme asset files.

6k tokens
Shopify Liquid Themes vendor
liquid-skills

Generate Shopify Liquid theme code (sections, blocks, snippets) with correct schema JSON, LiquidDoc headers, translation keys, and CSS/JS patterns. Use when creating or editing .liquid files for Shopify themes, working with schema, doc, stylesheet, javascript tags, or Shopify Liquid objects/filters/tags.

37k tokens
Klint vendor
Klint

Build creative-coding sketches and digital art with Klint's immediate-mode Canvas 2D API in React or vanilla JavaScript.

902k tokens scripts
Shop vendor
shop-cli

Ultimate personal shopping assistant: find, compare, buy, gift, and reorder products across the Shop catalog containing millions of stores. Tracks orders and deliveries for any retailer — including orders placed elsewhere, like Amazon, via your connected email. Helps get order info and initiate returns and refunds.

10k tokens
Shopify Custom Data vendor
agent-skills
3k tokens scripts
Shopify Dev vendor
agent-skills
956 tokens scripts
Shopify Liquid vendor
agent-skills
2726k tokens scripts
Klint vendor
Klint

Build creative-coding sketches and digital art with Klint's immediate-mode Canvas 2D API in React or vanilla JavaScript.

151k tokens