ck:shopify

Structure Shopify CLI workflows for app, extension, and theme development.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/MinhHoangDono/antigravity-kit --skill ck-shopify-minhhoangdono
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:shopify
Source: https://github.com/MinhHoangDono/antigravity-kit/tree/main/.agent/skills/shopify
Command: npx skills add https://github.com/MinhHoangDono/antigravity-kit --skill ck-shopify-minhhoangdono

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Shopify developers often need a single, reliable starting point to build apps, extensions, and themes correctly across Shopify CLI workflows, API usage, and platform-specific best practices.

Core Features & Use Cases

  • Shopify CLI Project Workflows: Initialize and develop Shopify apps, UI extensions, and themes with consistent commands and deployment steps.
  • API Integration Guidance: Prefer GraphQL Admin API, handle REST as legacy, and apply authentication, scopes, rate limiting, and pagination patterns.
  • Extension & Theme Implementation Patterns: Provide concrete examples for checkout/admin/POS/customer-account extensions and Liquid theme rendering.

Quick Start

Tell your AI to: "Set up a Shopify project for a checkout UI extension using Shopify CLI and include GraphQL Admin API patterns and required scopes."

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 checkout UI extension using Shopify CLI?

To build a Shopify checkout UI extension, use Shopify CLI to scaffold the project, implement React component patterns for the extension target, and configure required access scopes. This Skill provides specific scaffolding commands and React examples for checkout, admin, POS, and customer-account surfaces.

What is the best way to integrate GraphQL Admin API queries in a Shopify app?

The best way to integrate GraphQL Admin API is by using provided example queries and mutations while handling authentication, rate limiting, and pagination. This Skill structures GraphQL Admin API implementation patterns for real merchant scenarios and treats REST as a legacy fallback.

How do I configure OAuth and webhooks for a Shopify app?

Configuring OAuth and webhooks requires defining access scopes and setting up endpoint handlers for platform events. This Skill guides Shopify app development by structuring OAuth integration and webhook implementation decisions alongside CLI deployment workflows.

Does this Skill provide Liquid templates for Shopify theme development?

Yes, this Skill provides concrete Liquid template examples for Shopify theme rendering. It guides Liquid-based theme development for real merchant scenarios, offering specific implementation patterns alongside app and UI extension workflows.

Can I use Shopify CLI workflows for both app extensions and theme deployment?

Yes, you can use Shopify CLI workflows for both app extensions and theme deployment. This Skill structures consistent CLI commands and deployment steps to initialize, develop, and ship Shopify apps, UI extensions, and Liquid themes effectively.