Install
mkdir -p .claude/skills/shopify-apps-p9393 && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15693" && unzip -o skill.zip -d .claude/skills/shopify-apps-p9393 && rm skill.zipInstalls to .claude/skills/shopify-apps-p9393
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Modern Shopify app template with React Router45 charsno explicit “when” trigger
About this skill
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
| Issue | Severity | Solution |
|---|---|---|
| Issue | high | ## Respond immediately, process asynchronously |
| Issue | high | ## Check rate limit headers |
| Issue | high | ## Request protected customer data access |
| Issue | medium | ## Use TOML only (recommended) |
| Issue | medium | ## Handle both URL formats |
| Issue | high | ## Use GraphQL for all new code |
| Issue | high | ## Use latest App Bridge via script tag |
| Issue | high | ## Implement all GDPR handlers |
When to Use
This skill is applicable to execute the workflow or actions described in the overview.