shopify

Organize Shopify development guidance and API references into a searchable skill unit.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/BoneTheDeveloper/Electronic-Contact-Contact-Book --skill shopify-bonethedeveloper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shopify
Source: https://github.com/BoneTheDeveloper/Electronic-Contact-Contact-Book/tree/main/.claude/skills/shopify
Command: npx skills add https://github.com/BoneTheDeveloper/Electronic-Contact-Contact-Book --skill shopify-bonethedeveloper

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Consolidates Shopify development guidance, API references, and extension patterns into a ready-to-use skill unit to streamline onboarding and implementation.

Core Features & Use Cases

  • GraphQL Admin API analysis and usage patterns
  • REST Admin API, webhooks, and OAuth workflows
  • Theme development with Liquid templates and Polaris UI integration
  • App/Extension development workflows with Shopify CLI
  • Onboarding, architecture planning, and implementation reference for teams

Quick Start

Provide a starter Shopify integration plan for a given store.

Frequently Asked Questions about shopify

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

FAQPage Schema
How do I set up OAuth workflows for a Shopify app integration?

Setting up Shopify app OAuth workflows requires configuring API credentials, defining access scopes, and implementing token exchange endpoints. This skill organizes REST Admin API OAuth guidance and reference patterns to streamline secure store integration onboarding.

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

Building Shopify themes with Liquid templates involves structuring storefront layouts and integrating Polaris UI components. This skill provides theme development guidance to accelerate architecture planning and implementation for custom storefront designs.

How do I use the GraphQL Admin API for Shopify app development?

Using the GraphQL Admin API for Shopify app development involves schema analysis and query pattern implementation. This skill consolidates GraphQL Admin API usage patterns to guide data fetching and mutation architecture decisions.

Can I develop Shopify extensions using the Shopify CLI?

Developing Shopify extensions using the Shopify CLI is supported for app and theme extension workflows. This skill organizes CLI tooling references and extension development patterns to guide local development and deployment processes.

How do webhooks work in the Shopify REST Admin API?

Shopify REST Admin API webhooks work by sending HTTP POST payloads to specified endpoints when store events occur. This skill consolidates webhook workflow references to guide subscription creation and event handling implementation.