ck:shopify

Plan and execute Shopify development tasks using CLI, APIs, and Liquid.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Shopify development can be slow and repetitive; this Skill provides a structured path to scaffold and integrate apps, extensions, and themes using official Shopify tools and APIs.

Core Features & Use Cases

  • CLI-driven scaffolding for apps, extensions, and themes
  • API integration patterns (GraphQL/REST), webhooks, billing
  • Deployment and testing workflows across development stores

Quick Start

Install the Shopify CLI, scaffold your project, and start development for your app, extension, or theme.

Frequently Asked Questions about ck:shopify

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

FAQPage Schema
How do I scaffold a Shopify app using the Shopify CLI?

You can scaffold a Shopify app by running the Shopify CLI project generation command, which sets up the initial directory structure, configures API credentials, and prepares the development environment for local testing.

What is the best way to integrate Shopify GraphQL and REST APIs into an extension?

Integrate Shopify APIs by using the scaffolded project's built-in client libraries, requesting appropriate access scopes, and managing rate limits when querying GraphQL or REST endpoints during extension development.

Do I need a configured development store to test Shopify webhooks and themes?

Yes, a configured Shopify development store is required to test webhooks and themes, as it provides the sandbox environment needed to register webhook subscriptions and preview Liquid template changes safely.

How do I handle Shopify theme deployment across different development environments?

Handle Shopify theme deployment by using Shopify CLI commands to push and pull theme files between local environments and development stores, ensuring Liquid templates and assets sync correctly before publishing.

Can I use Polaris UI components when building custom Shopify apps?

Yes, you can use Polaris UI components when building custom Shopify apps to ensure your interface matches Shopify's design system, integrating seamlessly with the app bridge provided by the CLI scaffold.

What are the limitations of using Shopify CLI for local app development?

Limitations of using Shopify CLI for local app development include requiring active API credentials, appropriate access scopes, and a continuous connection to a development store to test webhooks and billing flows effectively.