By benjaminsehl
Develop accessible, standards-compliant Shopify Liquid themes with generated code patterns, accessibility patterns (WCAG 2.2), and CSS/JS coding standards (BEM, design tokens).
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.
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.
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.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
[!NOTE] No longer needed! Go check out the official Shopify AI Toolkit
A collection of Claude Agent Skills for Shopify Liquid theme development. Three skills organized by scope — Liquid language fundamentals, coding standards, and accessibility.
claude skill install --plugin shopify-theme-skills benjaminsehl/liquid-skills
| Skill | Scope | SKILL.md | What Claude learns |
|---|---|---|---|
skills/shopify-liquid-themes/ | All Liquid themes | 318 lines | Schema JSON, LiquidDoc, filters, tags, objects, translations |
skills/liquid-theme-standards/ | All Liquid themes | 420 lines | BEM in {% stylesheet %}, design tokens, Web Components, defensive CSS |
skills/liquid-theme-a11y/ | All Liquid themes | 448 lines | WCAG patterns for e-commerce components |
┌──────────────────────────────────────────────────┐
│ shopify-liquid-themes (Liquid language) │
│ liquid-theme-standards (CSS/JS/HTML patterns) │
│ liquid-theme-a11y (Accessibility) │
└──────────────────────────────────────────────────┘
All three skills work with any Shopify Liquid theme.
Liquid language fundamentals: schema format, 33 setting types, 152 filters, 30 tags, 137 objects, LiquidDoc, and translation patterns.
skills/shopify-liquid-themes/
├── SKILL.md
└── references/
├── filters-language.md # 77 filters: array, string, math, date, default, format (auto-generated)
├── filters-html-media.md # 45 filters: color, font, html, media, hosted file (auto-generated)
├── filters-commerce.md # 30 filters: cart, collection, money, payment, etc. (auto-generated)
├── tags.md # 30 tags with syntax/examples (auto-generated)
├── objects-commerce.md # 5 core commerce objects: product, variant, cart, order, line_item (auto-generated)
├── objects-content.md # 10 content/theme objects: collection, customer, page, shop, etc. (auto-generated)
├── objects-tier2.md # 69 objects with property lists (auto-generated)
├── objects-tier3.md # 53 simple objects with access paths (auto-generated)
├── schema-and-settings.md # Schema format, 33 setting types
└── examples.md # Full snippet/block/section examples
CSS, JavaScript, and HTML coding standards for Shopify themes. Covers BEM naming inside {% stylesheet %} tags, design tokens with CSS custom properties, Web Component patterns, defensive CSS, logical properties for RTL, and progressive enhancement.
skills/liquid-theme-standards/
├── SKILL.md
└── references/
├── css-patterns.md # Layout, animation, print styles
└── javascript-patterns.md # Web Components, events, data loading
WCAG 2.2 accessibility patterns for e-commerce components: product cards, carousels, cart drawers, forms, filters, price display, modals, navigation, and color swatches.
skills/liquid-theme-a11y/
├── SKILL.md
└── references/
├── component-patterns.md # Color swatches, breadcrumbs, tables, sliders
└── focus-and-keyboard.md # Focus trapping, roving tabindex, announcements
npx claudepluginhub benjaminsehl/liquid-skills --plugin shopify-theme-skillsLiquid language fundamentals, CSS/JS/HTML coding standards, and WCAG accessibility patterns for Shopify themes
Complete Shopify development reference covering Liquid templating, theme development (OS 2.0), GraphQL/REST APIs, app development, Shopify Functions, Hydrogen, performance optimisation, and debugging. Single unified skill with progressive disclosure via 11 reference files. API version 2026-01.
Shopify developer tools for Claude Code — search Shopify docs, generate and validate GraphQL, Liquid, and UI extension code. Skill scripts send usage telemetry (queries, code, model/client identifiers) to shopify.dev by default; set OPT_OUT_INSTRUMENTATION=true to disable.
Expert subagent and skills for Shopify development — GraphQL Admin and Storefront APIs, Liquid templating, Online Store 2.0 themes, Hydrogen/Remix headless storefronts, Shopify Functions, checkout UI extensions, Polaris components, app development with App Bridge, webhooks, and JavaScript/TypeScript/React patterns.
Claude Code skill pack for Shopify (38 skills)
Audit and fix Shopify stores. Skills for trust, CRO, speed, SEO, structured data, AEO, and GEO — plus authenticated fixes via the Admin API.