- Add date_added to all 950+ skills for complete tracking - Update version to 6.5.0 in package.json and README - Regenerate all indexes and catalog - Sync all generated files Features from merged PR #150: - Stars/Upvotes system for community-driven discovery - Auto-update mechanism via START_APP.bat - Interactive Prompt Builder - Date tracking badges - Smart auto-categorization All skills validated and indexed. Made-with: Cursor
Shopify Development Skill
Comprehensive skill for building on Shopify platform: apps, extensions, themes, and API integrations.
Features
- App Development - OAuth authentication, GraphQL Admin API, webhooks, billing integration
- UI Extensions - Checkout, Admin, POS customizations with Polaris components
- Theme Development - Liquid templating, sections, snippets
- Shopify Functions - Custom discounts, payment, delivery rules
Structure
shopify-development/
├── SKILL.md # Main skill file (AI-optimized)
├── README.md # This file
├── references/
│ ├── app-development.md # OAuth, API, webhooks, billing
│ ├── extensions.md # UI extensions, Functions
│ └── themes.md # Liquid, theme architecture
└── scripts/
├── shopify_init.py # Interactive project scaffolding
├── shopify_graphql.py # GraphQL utilities & templates
└── tests/ # Unit tests
Validated GraphQL
All GraphQL queries and mutations in this skill have been validated against Shopify Admin API 2026-01 schema using the official Shopify MCP.
Quick Start
# Install Shopify CLI
npm install -g @shopify/cli@latest
# Create new app
shopify app init
# Start development
shopify app dev
Usage Triggers
This skill activates when the user mentions:
- "shopify app", "shopify extension", "shopify theme"
- "checkout extension", "admin extension", "POS extension"
- "liquid template", "polaris", "shopify graphql"
- "shopify webhook", "shopify billing", "metafields"
API Version
Current: 2026-01 (Quarterly releases with 12-month support)
License
MIT