shopify
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chineseagent-skills
agent-skills
Note: This repo is generated upstream — we do not accept contributions or pull requests here.
A collection of agent skills verified to work with Shopify's development ecosystem. Skills are installable via the CLI and provide Claude Code with API-specific context, documentation search, and code validation for each Shopify surface.
npx skill注意: 此仓库由上游生成——我们不接受此处的贡献或拉取请求。
这是一组经验证可在Shopify开发生态系统中使用的agent skills集合。这些技能可通过 CLI安装,为Claude Code提供各Shopify技术领域的API专属上下文、文档搜索和代码验证功能。
npx skillWhat are agent skills?
什么是agent skills?
Agent skills are portable instruction sets that extend Claude Code's knowledge for a specific domain. Each skill includes:
- — instructions and context loaded into Claude's context window
SKILL.md - — searches shopify.dev documentation relevant to the skill
scripts/search_docs.js - — validates generated code against the API's schema or component library
scripts/validate.js - — skill metadata and tool definitions
config.json - — compressed GraphQL schemas and other offline references
assets/
Agent skills是可移植的指令集,用于扩展Claude Code在特定领域的知识。每个技能包含:
- —— 加载到Claude上下文窗口中的指令和上下文信息
SKILL.md - —— 搜索与该技能相关的shopify.dev文档
scripts/search_docs.js - —— 根据API的架构或组件库验证生成的代码
scripts/validate.js - —— 技能元数据和工具定义
config.json - —— 压缩的GraphQL架构和其他离线参考资料
assets/
Available skills
可用技能
| Skill | Description |
|---|---|
| Admin GraphQL API — queries, mutations, schema validation |
| Storefront GraphQL API — headless commerce queries |
| Customer Account API — customer-facing data access |
| Partner API — Partner Dashboard data and app management |
| Payments Apps API — payment provider integrations |
| Shopify Functions — cart, checkout, delivery, discount, fulfillment, payment, and routing customizations |
| Hydrogen — Shopify's React-based headless framework |
| Liquid & Themes — theme development with Liquid templating |
| Admin UI Extensions — custom blocks and actions in the Shopify Admin |
| Checkout UI Extensions — custom UI at checkout |
| Customer Account UI Extensions — custom UI in customer accounts |
| App Home — Shopify App Home surface |
| POS UI Extensions — Shopify Point of Sale app extensions |
| Custom Data — metafields, metaobjects, and custom data modeling |
| General Shopify developer documentation search |
| 技能 | 描述 |
|---|---|
| Admin GraphQL API —— 查询、变更、架构验证 |
| Storefront GraphQL API —— 无头电商查询 |
| Customer Account API —— 面向客户的数据访问 |
| Partner API —— 合作伙伴仪表板数据和应用管理 |
| Payments Apps API —— 支付提供商集成 |
| Shopify Functions —— 购物车、结账、配送、折扣、履约、支付和路由定制 |
| Hydrogen —— Shopify基于React的无头框架 |
| Liquid & 主题 —— 使用Liquid模板语言进行主题开发 |
| Admin UI扩展 —— Shopify管理后台中的自定义区块和操作 |
| Checkout UI扩展 —— 结账环节的自定义UI |
| Customer Account UI扩展 —— 客户账户中的自定义UI |
| App Home —— Shopify应用主页界面 |
| POS UI扩展 —— Shopify销售点应用扩展 |
| 自定义数据 —— 元字段、元对象和自定义数据建模 |
| 通用Shopify开发者文档搜索 |
Installation
安装
Install individual skills via the CLI:
npx skillbash
npx skill install shopify-admin
npx skill install shopify-liquid通过 CLI安装单个技能:
npx skillbash
npx skill install shopify-admin
npx skill install shopify-liquidetc.
以此类推
undefinedundefined