๐ŸŽฏ

shopify-polaris-customer-account-extensions

๐ŸŽฏSkill

from shopify/shopify-ai-toolkit

VibeIndex|
What it does
|

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.

๐Ÿ“ฆ

Same repository

shopify/shopify-ai-toolkit(12 items)

shopify-polaris-customer-account-extensions

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add shopify/shopify-ai-toolkit --skill shopify-polaris-customer-account-extensions
skills.sh Installโš  Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add shopify/shopify-ai-toolkit --skill shopify-polaris-customer-account-extensions
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/shopify-polaris-customer-account-extensions/SKILL.md

SKILL.md

2,168Installs
-
AddedApr 12, 2026

More from this repository10

๐ŸŽฏ
shopify-dev๐ŸŽฏSkill

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.

๐ŸŽฏ
shopify-storefront-graphql๐ŸŽฏSkill

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).

๐ŸŽฏ
shopify-functions๐ŸŽฏSkill

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.

๐ŸŽฏ
shopify-customer๐ŸŽฏSkill

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.

๐ŸŽฏ
shopify-partner๐ŸŽฏSkill

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.

๐ŸŽฏ
shopify-polaris-admin-extensions๐ŸŽฏSkill

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.

๐ŸŽฏ
shopify-polaris-checkout-extensions๐ŸŽฏSkill

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.

๐ŸŽฏ
shopify-admin-execution๐ŸŽฏSkill

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.

๐ŸŽฏ
shopify-onboarding-dev๐ŸŽฏSkill

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.

๐ŸŽฏ
shopify-onboarding-merchant๐ŸŽฏSkill

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.