by sickn33
Shopify 开发需要掌握多种技术:OAuth 认证、GraphQL API、Liquid 模板和 Polaris UI 组件。本技能提供经验证的代码模式、CLI 工作流程和 API 集成指南,帮助加速您的 Shopify 项目开发。
1. 打开 Claude 聊天界面
2. 点击下方 "📋 复制" 按钮
3. 粘贴到 Claude 聊天框中并发送
4. 输入 "使用 shopify-development 技能" 开始使用
=== shopify-development 技能 === 作者: sickn33 描述: Shopify 开发需要掌握多种技术:OAuth 认证、GraphQL API、Liquid 模板和 Polaris UI 组件。本技能提供经验证的代码模式、CLI 工作流程和 API 集成指南,帮助加速您的 Shopify 项目开发。 使用方法: 1. 调用技能: "使用 shopify-development 技能" 2. 提供相关信息: 根据技能要求提供必要参数 3. 查看结果: 技能会返回处理结果 示例: "使用 shopify-development 技能,帮我分析一下这段代码"
这种方法适用于所有 Claude 用户,不需要安装额外工具。
coding
low
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
View Count
0
Download Count
0
Favorite Count
0
Quality Score
80