AgentSkillsCN

shopify-apps

精通 Shopify 应用开发的最佳实践,包括 Remix/React Router 应用、嵌入式应用与 App Bridge 集成、Webhook 处理、GraphQL Admin API、Polaris 组件、计费功能,以及应用扩展。U…

SKILL.md
--- frontmatter
name: shopify-apps
description: "Expert patterns for Shopify app development including Remix/React Router apps, embedded apps with App Bridge, webhook handling, GraphQL Admin API, Polaris components, billing, and app extensions. U..."
source: vibeship-spawner-skills (Apache 2.0)
risk: unknown

Shopify Apps

Patterns

React Router App Setup

Modern Shopify app template with React Router

Embedded App with App Bridge

Render app embedded in Shopify Admin

Webhook Handling

Secure webhook processing with HMAC verification

Anti-Patterns

❌ REST API for New Apps

❌ Webhook Processing Before Response

❌ Polling Instead of Webhooks

⚠️ Sharp Edges

IssueSeveritySolution
Issuehigh## Respond immediately, process asynchronously
Issuehigh## Check rate limit headers
Issuehigh## Request protected customer data access
Issuemedium## Use TOML only (recommended)
Issuemedium## Handle both URL formats
Issuehigh## Use GraphQL for all new code
Issuehigh## Use latest App Bridge via script tag
Issuehigh## Implement all GDPR handlers

When to Use

This skill is applicable to execute the workflow or actions described in the overview.