ck:shopify

Scaffold Shopify app, extension, and theme projects with configuration files.

Updated May 10, 2026
One-click install
npx skills add https://github.com/dthuy62/kollet-app --skill ck-shopify-dthuy62
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:shopify
Source: https://github.com/dthuy62/kollet-app/tree/main/.opencode/skills/shopify
Command: npx skills add https://github.com/dthuy62/kollet-app --skill ck-shopify-dthuy62

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pytest, pytest-cov, pytest-mock, @shopify/cli, @shopify/theme, and includes scripts (resource) and references (resource) components.

What problem does it solve?

It removes the manual work of starting Shopify projects from scratch, wiring up the right configuration, and keeping app, extension, and theme workflows aligned.

Core Features & Use Cases

  • App Scaffolding: Generates Shopify app setup files, project structure, and deployment guidance.
  • Extension Guidance: Covers checkout, admin, and POS extension patterns with ready-to-use targets and examples.
  • Theme Development: Supports Liquid templating, sections, snippets, and theme deployment workflows.
  • Use Case: Use it when you are launching a new merchant app, adding a checkout customization, or setting up a theme-based storefront build.

Quick Start

Ask the skill to initialize a Shopify app, extension, or theme for your target feature and it will generate the starter structure and next steps.

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 with GraphQL and webhook routing?

Scaffolding a Shopify app with GraphQL and webhook routing generates the project structure and configuration files needed to initialize admin, billing, and API integration workflows. This setup provides the starter files for local development.

What's the best way to start Shopify theme development using Liquid templates?

Starting Shopify theme development requires generating Liquid templating structures, sections, and snippets. This scaffolding approach produces the theme deployment workflows and local development configurations needed for storefront builds.

Can I use the Shopify CLI to create checkout and POS extensions?

Yes, you can use the Shopify CLI to create checkout and POS extensions. The scaffolding process generates ready-to-use targets and examples for admin and POS extension patterns, supporting local development requirements.

Do I need the Shopify CLI to set up local development for storefront and admin tasks?

You need the Shopify CLI to satisfy initialization requirements for local development. It scaffolds the configuration files for storefront, admin, checkout, and API integration tasks, removing the manual work of wiring up projects.

How do I configure webhook routing for a new Shopify merchant app?

Configuring webhook routing for a new Shopify merchant app involves generating the setup files and project structure during app scaffolding. This initializes the API integration patterns required to handle webhook events.