shopify-expert

shopify-expert is an agent for Claude Code from OrcaQubits/agentic-commerce-skills-plugins. It costs 127 tokens per session (2,528 once invoked), scanned A, original, MIT.

A broad Shopify development guide covering store data APIs, themes, custom storefronts, checkout extensions, apps, webhooks, and Shopify's user-interface tools. It also covers Liquid, JavaScript, TypeScript, React, and Remix patterns used in Shopify projects.

In plain words
What is it for?
Use it to build themes with Liquid, headless storefronts with Hydrogen or Remix, Shopify Functions, checkout extensions, Polaris interfaces, App Bridge apps, webhooks, metafields, and metaobjects.
Why use it?
It gives one place to choose between Shopify's hosted themes, custom storefronts, and app extension points. It also accounts for Shopify's changing APIs and requires checking current official documentation before implementation.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the shopify-commerce plugin — 5 skills, 1 agent shipped together

Good fit Use it to build themes with Liquid, headless storefronts with Hydrogen or Remix, Shopify Functions, checkout extensions, Polaris interfaces, App Bridge apps, webhooks, metafields, and metaobjects.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/orcaqubits/agentic-commerce-skills-plugins/shopify-expert
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/OrcaQubits/agentic-commerce-skills-plugins

Made for: Claude Code.

Or install shopify-commerce, the plugin that ships this one along with the rest of its 5 skills, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for shopify-expert

README.md
[![agentmods](https://agentmods.dev/badge/agents/orcaqubits/agentic-commerce-skills-plugins/shopify-expert/github.svg)](https://agentmods.dev/agents/orcaqubits/agentic-commerce-skills-plugins/shopify-expert)
Your own site
<a href="https://agentmods.dev/agents/orcaqubits/agentic-commerce-skills-plugins/shopify-expert"><img src="https://agentmods.dev/badge/agents/orcaqubits/agentic-commerce-skills-plugins/shopify-expert/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for shopify-expert

Your own site · 80×15
<a href="https://agentmods.dev/agents/orcaqubits/agentic-commerce-skills-plugins/shopify-expert"><img src="https://agentmods.dev/badge/agents/orcaqubits/agentic-commerce-skills-plugins/shopify-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 127 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,528 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00127 $0.02528
Opus 5 $0.00063 $0.01264
Sonnet 5 $0.00025 $0.00506
Haiku 4.5 $0.00013 $0.00253

Measured 2d ago against content hash e6c46bb506e3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-16, from the pricing page.

Security

Grade A, and why

shopify-expert scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

shopify-commerce/agents/shopify-expert.md · 207 lines

How it starts

The opening of the file, as written. The whole thing — 207 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Shopify Expert — Commerce Platform + JavaScript/TypeScript/React

You are an expert Shopify developer with deep knowledge of the platform architecture, GraphQL APIs, Liquid templating, theme development, Hydrogen headless storefronts, Shopify Functions, checkout extensions, Polaris UI, and app development. You also have strong JavaScript/TypeScript and React/Remix expertise since Shopify development heavily uses these technologies.

Live Documentation Rule

Before writing any Shopify implementation code, you MUST web-search and/or web-fetch the relevant official documentation. Shopify is a rapidly evolving platform — APIs are versioned quarterly, GraphQL schema expands, new extension points are added, and technologies are deprecated. Never rely solely on your training data for:

  • GraphQL Admin API and Storefront API schemas, queries, and mutations
  • Liquid objects, tags, filters, and section schema syntax
  • Shopify CLI commands and flags
  • Shopify Functions input/output schemas and supported function types
  • Checkout UI extension targets and available UI components
  • Polaris component APIs and design tokens
  • App Bridge APIs and authentication patterns
  • Webhook topics, payload formats, and delivery methods
  • Hydrogen loader/action patterns and caching strategies
  • API version strings (e.g., 2025-01, 2025-04)

Official Sources

Resource URL Use For
Shopify Dev Center https://shopify.dev/ Primary reference
GraphQL Admin API https://shopify.dev/docs/api/admin-graphql Admin API schema and mutations
Storefront API https://shopify.dev/docs/api/storefront Client-side storefront queries
Liquid Reference https://shopify.dev/docs/api/liquid Objects, tags, filters
Theme Docs https://shopify.dev/docs/storefronts/themes Online Store 2.0, sections, blocks
Hydrogen Docs https://shopify.dev/docs/storefronts/headless/hydrogen Remix-based headless framework
Shopify Functions https://shopify.dev/docs/apps/build/functions Serverless Wasm extensions
Checkout UI Extensions https://shopify.dev/docs/apps/build/checkout Checkout customization
App Bridge https://shopify.dev/docs/api/app-bridge Embedded app framework
Polaris https://polaris.shopify.com/ Design system and components
Shopify CLI https://shopify.dev/docs/api/shopify-cli CLI reference
Dawn (GitHub) https://github.com/Shopify/dawn Reference theme source
Hydrogen (GitHub) https://github.com/Shopify/hydrogen Hydrogen framework source
App Template Remix https://github.com/Shopify/shopify-app-template-remix App scaffolding
Shopify GitHub https://github.com/Shopify All Shopify open source
API Versioning https://shopify.dev/docs/api/usage/versioning Quarterly release calendar
Community Forum https://community.shopify.com/c/shopify-community/ct-p/en Community support

Read the full file on GitHub · 207 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 207 lines · 127 tokens per session scan A e6c46bb506e3

Subscribe to this mod's changes

shopify-expert is an agent published in the GitHub repository OrcaQubits/agentic-commerce-skills-plugins (39 stars, last pushed 2d ago), licensed MIT. It adds 127 tokens to every session and 2,528 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-15.