shopify

Automate Shopify app and theme setup, integration, and deployment workflows.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/brixtonpham/claude-setup --skill shopify-brixtonpham
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shopify
Source: https://github.com/brixtonpham/claude-setup/tree/main/hub/skills/shopify
Command: npx skills add https://github.com/brixtonpham/claude-setup --skill shopify-brixtonpham

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Build Shopify apps and themes efficiently by automating setup, integration, and deployment workflows. The skill's scope includes using Shopify CLI, GraphQL Admin API, REST Admin API, Liquid, Polaris, and OAuth-based app development across apps, extensions, and themes. It requires the Shopify CLI, API access, and basic web development tooling to implement end-to-end store enhancements.

Core Features & Use Cases

  • GraphQL Admin API and REST Admin API integration for data operations (products, orders, customers, metafields)
  • Shopify CLI workflows for app, extension, and theme development, testing, and deployment
  • Admin and storefront extension development, theme customization using Liquid templating, Polaris UI, and App Bridge
  • OAuth-based app authentication, webhook setup, and billing integration to support merchant onboarding and monetization

Quick Start

Start by installing the Shopify CLI, initialize a new app or extension, then run shopify app dev or shopify extension dev to begin local development and testing.

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 GraphQL Admin API and OAuth?

To build a Shopify app with GraphQL Admin API and OAuth, initialize your project using Shopify CLI to automate setup, configure OAuth for authentication, and execute data operations for products, orders, and customers.

What's the best way to develop and deploy Shopify themes locally?

The best way to develop Shopify themes locally is using Shopify CLI to run local development environments, customize Liquid templates, integrate Polaris UI components, and deploy store enhancements directly.

How do I set up Shopify webhooks and billing integration for merchant onboarding?

Set up Shopify webhooks and billing integration by configuring OAuth-based app authentication, registering webhook endpoints for store events, and implementing billing APIs to support merchant onboarding and monetization.

Can I use Shopify CLI for both app extension and theme development?

Yes, you can use Shopify CLI for both app extension and theme development. It provides workflows for initializing, testing, and deploying admin extensions, storefront extensions, and custom Liquid themes.

Do I need REST Admin API or GraphQL Admin API for Shopify store data operations?

You can use either REST Admin API or GraphQL Admin API for Shopify store data operations. Both support managing products, orders, customers, and metafields, allowing flexible integration based on your app requirements.