shopify

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

agent-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
npx skill
CLI and provide Claude Code with API-specific context, documentation search, and code validation for each Shopify surface.
注意: 此仓库由上游生成——我们不接受此处的贡献或拉取请求。
这是一组经验证可在Shopify开发生态系统中使用的agent skills集合。这些技能可通过
npx skill
CLI安装,为Claude Code提供各Shopify技术领域的API专属上下文、文档搜索和代码验证功能。

What are agent skills?

什么是agent skills?

Agent skills are portable instruction sets that extend Claude Code's knowledge for a specific domain. Each skill includes:
  • SKILL.md
    — instructions and context loaded into Claude's context window
  • scripts/search_docs.js
    — searches shopify.dev documentation relevant to the skill
  • scripts/validate.js
    — validates generated code against the API's schema or component library
  • config.json
    — skill metadata and tool definitions
  • assets/
    — compressed GraphQL schemas and other offline references
Agent skills是可移植的指令集,用于扩展Claude Code在特定领域的知识。每个技能包含:
  • SKILL.md
    —— 加载到Claude上下文窗口中的指令和上下文信息
  • scripts/search_docs.js
    —— 搜索与该技能相关的shopify.dev文档
  • scripts/validate.js
    —— 根据API的架构或组件库验证生成的代码
  • config.json
    —— 技能元数据和工具定义
  • assets/
    —— 压缩的GraphQL架构和其他离线参考资料

Available skills

可用技能

SkillDescription
shopify-admin
Admin GraphQL API — queries, mutations, schema validation
shopify-storefront-graphql
Storefront GraphQL API — headless commerce queries
shopify-customer
Customer Account API — customer-facing data access
shopify-partner
Partner API — Partner Dashboard data and app management
shopify-payments-apps
Payments Apps API — payment provider integrations
shopify-functions
Shopify Functions — cart, checkout, delivery, discount, fulfillment, payment, and routing customizations
shopify-hydrogen
Hydrogen — Shopify's React-based headless framework
shopify-liquid
Liquid & Themes — theme development with Liquid templating
shopify-polaris-admin-extensions
Admin UI Extensions — custom blocks and actions in the Shopify Admin
shopify-polaris-checkout-extensions
Checkout UI Extensions — custom UI at checkout
shopify-polaris-customer-account-extensions
Customer Account UI Extensions — custom UI in customer accounts
shopify-polaris-app-home
App Home — Shopify App Home surface
shopify-pos-ui
POS UI Extensions — Shopify Point of Sale app extensions
shopify-custom-data
Custom Data — metafields, metaobjects, and custom data modeling
shopify-dev
General Shopify developer documentation search
技能描述
shopify-admin
Admin GraphQL API —— 查询、变更、架构验证
shopify-storefront-graphql
Storefront GraphQL API —— 无头电商查询
shopify-customer
Customer Account API —— 面向客户的数据访问
shopify-partner
Partner API —— 合作伙伴仪表板数据和应用管理
shopify-payments-apps
Payments Apps API —— 支付提供商集成
shopify-functions
Shopify Functions —— 购物车、结账、配送、折扣、履约、支付和路由定制
shopify-hydrogen
Hydrogen —— Shopify基于React的无头框架
shopify-liquid
Liquid & 主题 —— 使用Liquid模板语言进行主题开发
shopify-polaris-admin-extensions
Admin UI扩展 —— Shopify管理后台中的自定义区块和操作
shopify-polaris-checkout-extensions
Checkout UI扩展 —— 结账环节的自定义UI
shopify-polaris-customer-account-extensions
Customer Account UI扩展 —— 客户账户中的自定义UI
shopify-polaris-app-home
App Home —— Shopify应用主页界面
shopify-pos-ui
POS UI扩展 —— Shopify销售点应用扩展
shopify-custom-data
自定义数据 —— 元字段、元对象和自定义数据建模
shopify-dev
通用Shopify开发者文档搜索

Installation

安装

Install individual skills via the
npx skill
CLI:
bash
npx skill install shopify-admin
npx skill install shopify-liquid
通过
npx skill
CLI安装单个技能:
bash
npx skill install shopify-admin
npx skill install shopify-liquid

etc.

以此类推

undefined
undefined

Source

来源

Skills in this repo are generated upstream and verified against their respective APIs using promptfoo evals.
此仓库中的技能由上游生成,并通过promptfoo评估工具针对各自的API进行验证。