shopify-app-dev

Guide Shopify app development with CLI setup, OAuth flows, and deployment.

77|9|Updated Oct 10, 2025
One-click install
npx skills add https://github.com/henkisdabro/wookstar-claude-plugins --skill shopify-app-dev-henkisdabro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shopify-app-dev
Source: https://github.com/henkisdabro/wookstar-claude-plugins/tree/main/plugins/shopify-developer/skills/shopify-app-dev
Command: npx skills add https://github.com/henkisdabro/wookstar-claude-plugins --skill shopify-app-dev-henkisdabro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines Shopify app development by providing expert guidance on setup, authentication, architecture, extensions, and deployment.

Core Features & Use Cases

  • Shopify CLI setup and project initialization.
  • App architecture with Remix/Hydrogen, admin UI, and extensions.
  • OAuth authentication flows, app proxies, and deployment workflows.

Quick Start

Install the Shopify CLI, initialize a new app using a Remix template, configure OAuth scopes and app URL, run the development server, and deploy to a hosting platform.

Frequently Asked Questions about shopify-app-dev

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

FAQPage Schema
How do I set up a Shopify app using the CLI and a Remix template?

To set up a Shopify app, install the Shopify CLI and initialize a new project using a Remix template. You then configure OAuth scopes and app URLs before running the development server.

What is the best way to implement OAuth authentication flows for a Shopify app?

Implementing OAuth flows involves configuring specific OAuth scopes and app URLs within your Shopify app architecture. This ensures secure authentication and proper access delegation for admin UI components.

Can I use Remix when building Shopify app extensions and admin UI components?

Yes, you can use Remix for Shopify app development. The architecture supports building admin UI components and app extensions using Remix templates initialized through the Shopify CLI.

Does this Shopify app development process cover deployment to hosting platforms like Cloudflare?

Yes, the Shopify app development process covers deployment practices. It provides guidance on deploying your configured application, including OAuth workflows and extensions, to external hosting platforms.

How do I configure app proxies during Shopify app development?

Configuring app proxies is part of the OAuth authentication flows and app architecture setup. It allows your Shopify app to securely communicate with external services and receive authenticated requests.