ck:shopify

Build Shopify apps, extensions, and themes using Shopify CLI, GraphQL Admin API, REST Admin API, Polaris UI, and Liquid templates.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/EdgeHunt/EdgeHunt --skill ck-shopify-edgehunt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:shopify
Source: https://github.com/EdgeHunt/EdgeHunt/tree/main/.claude/skills/shopify
Command: npx skills add https://github.com/EdgeHunt/EdgeHunt --skill ck-shopify-edgehunt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Shopify development often involves stitching together CLI tooling, APIs, and UI frameworks to build apps, extensions, and themes across stores.

Core Features & Use Cases

  • Guidance for building Shopify apps, extensions, and themes using the Shopify CLI, GraphQL Admin API, REST Admin API, Polaris UI, and Liquid templates.
  • Practical patterns for checkout customization, webhooks, and billing integration, plus onboarding and reference material for teams.
  • Real-world scenarios including planning, architecture decisions, and iterative implementation across multiple stores.

Quick Start

Install Shopify CLI and follow the guide to scaffold an app, extension, or theme and begin development.

Frequently Asked Questions about ck:shopify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a Shopify app using the Shopify CLI and GraphQL Admin API?

To build a Shopify app, use the Shopify CLI to scaffold the project and integrate the GraphQL Admin API or REST Admin API for store data operations. This enables custom store automation and tailored shopping experiences.

What is the best way to customize Shopify checkout using extensions and Polaris UI?

Customizing Shopify checkout involves building extensions with the Shopify CLI and designing interfaces using the Polaris UI framework. This creates custom checkout experiences and enables specific billing integration patterns.

How do I develop and customize Shopify themes with Liquid templates?

Developing Shopify themes requires using Liquid templates to render custom storefront experiences. The Shopify CLI provides local development workflows to scaffold, preview, and deploy theme changes efficiently.

Can I use the REST Admin API for Shopify webhooks and billing integration?

Yes, the REST Admin API and GraphQL Admin API both support managing Shopify webhooks and billing integration. These APIs automate store operations by handling event subscriptions and recurring application charges.

Does building Shopify extensions require familiarity with Polaris UI and GraphQL?

Building Shopify extensions requires familiarity with the Polaris UI for frontend components and the GraphQL Admin API for data interactions. This combination ensures embedded apps function properly within the Shopify ecosystem.

How do I handle Shopify webhook events for store automation?

Handling Shopify webhook events requires subscribing to events via the GraphQL or REST Admin API. This enables store automation by triggering custom workflows when specific actions occur in the shop.