ck:shopify

Build and deploy Shopify apps, extensions, and themes via CLI and APIs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Developers need a streamlined way to create, test, and deploy Shopify applications, extensions, and themes without navigating complex tooling, API quirks, and deployment steps.

Core Features & Use Cases

  • Shopify CLI workflow: Initialize projects, generate extensions, and deploy with a single command line interface.
  • API integration: Access GraphQL or REST Admin APIs, set up webhooks, and manage billing for both public and private apps.
  • UI and theming: Build Polaris‑based admin interfaces, checkout UI extensions, and Liquid theme customizations.
  • Use case: Quickly spin up a checkout UI extension that captures a gift‑message, connects to the GraphQL API, and deploys to a development store.

Quick Start

Create a new Shopify app called “my-app” with a checkout UI extension using this skill.

Frequently Asked Questions about ck:shopify

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

FAQPage Schema
How do I build and deploy a Shopify app with a checkout UI extension?▼

To build and deploy a Shopify app with a checkout UI extension, use Shopify CLI to initialize the project, generate the extension, and execute deployment commands. It requires configuring GraphQL or REST Admin APIs and appropriate access scopes.

What is the best way to customize Shopify storefront themes and admin interfaces?▼

Customizing Shopify storefront themes and admin interfaces involves building Polaris-based admin UIs, checkout UI extensions, and Liquid theme modifications. This approach streamlines creating custom storefront experiences and admin workflow enhancements.

Can I use GraphQL APIs to manage webhooks and billing for private Shopify apps?▼

Yes, you can use GraphQL or REST Admin APIs to set up webhooks and manage billing for both private and public Shopify apps. This integration manages the app lifecycle and handles data synchronization.

Does building Shopify extensions require specific access scopes and CLI setup?▼

Building Shopify extensions requires installing Shopify CLI and configuring appropriate access scopes for API integration. This environment setup is necessary to manage the app lifecycle, test on development stores, and deploy.

Why does my Shopify CLI deployment fail when generating extensions?▼

Shopify CLI deployment failures when generating extensions often stem from missing access scopes or incorrect API integration configurations. Ensure your GraphQL or REST Admin APIs are properly authenticated and development store is correctly linked.