Add this skill
npx mdskills install sickn33/shopify-developmentComprehensive Shopify development guide with routing logic, validated GraphQL queries, and practical examples
Comprehensive skill for building on Shopify platform: apps, extensions, themes, and API integrations.
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
All GraphQL queries and mutations in this skill have been validated against Shopify Admin API 2026-01 schema using the official Shopify MCP.
# Install Shopify CLI
npm install -g @shopify/cli@latest
# Create new app
shopify app init
# Start development
shopify app dev
This skill activates when the user mentions:
Current: 2026-01 (Quarterly releases with 12-month support)
MIT
Install via CLI
npx mdskills install sickn33/shopify-developmentShopify Development is a free, open-source AI agent skill. |
Install Shopify Development with a single command:
npx mdskills install sickn33/shopify-developmentThis downloads the skill files into your project and your AI agent picks them up automatically.
Shopify Development works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Codex, Gemini Cli, Amp, Roo Code, Goose, Opencode, Trae, Qodo, Command Code. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.