shopify

Guide Shopify app, extension, and theme development using the official CLI and APIs.

2|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/NammDev/Goads-Krea --skill shopify-nammdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shopify
Source: https://github.com/NammDev/Goads-Krea/tree/main/.claude/skills/shopify
Command: npx skills add https://github.com/NammDev/Goads-Krea --skill shopify-nammdev

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Developers building on Shopify need a structured, up-to-date guide to scaffold and integrate apps, extensions, and themes using the official CLI, APIs, and UI frameworks, reducing ramp-up time and misconfigurations.

Core Features & Use Cases

  • End-to-end development guidance for apps, extensions, and themes using GraphQL/REST APIs, Polaris UI, and Liquid templates.
  • Workflow patterns and best practices covering authentication, webhooks, billing, deployment, and testing to streamline store integrations.
  • Reference architectures and runnable patterns with practical examples for common storefront scenarios and merchant workflows.

Quick Start

Follow the Shopify CLI-based workflow to initialize an app, extension, or theme project and begin development.

Frequently Asked Questions about shopify

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

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

You can build a Shopify app by initializing the project via the official Shopify CLI, then configuring authentication and integrating the GraphQL Admin API to manage store data and automate merchant workflows end-to-end.

What is the best way to develop Shopify themes with Liquid templates?

Developing Shopify themes involves using the Shopify CLI to scaffold and serve Liquid templates locally, applying reference architectures and practical patterns for common storefront scenarios before final deployment.

Do I need Shopify CLI and store access credentials to create extensions?

Yes, creating Shopify extensions requires the official Shopify CLI installed alongside proper store access credentials to authenticate, scaffold, and deploy extension projects directly into the merchant's store environment.

How do webhooks and billing work when integrating a Shopify app?

Shopify app integration handles webhooks and billing by applying structured workflow patterns and best practices, configuring event subscriptions via APIs and setting up billing cycles through the GraphQL Admin API for seamless merchant transactions.

Can I use Polaris UI components for Shopify app development?

Yes, you can use Polaris UI components for Shopify app development to ensure native-feeling merchant interfaces, applying reference architectures and runnable patterns that integrate seamlessly with GraphQL and REST API data workflows.