Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/close-all-prs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Close All PRs

# Temporarily disabled - uncomment to re-enable
# on:
# pull_request_target:
# types: [opened, reopened]
on:
pull_request_target:
types: [opened, reopened]
workflow_dispatch:

permissions:
pull-requests: write
Expand Down
3 changes: 0 additions & 3 deletions skills/shopify-admin-execution/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
<!-- AUTO-GENERATED — do not edit directly.
Edit src/data/raw-api-instructions/{api}.md in shopify-dev-tools,
then run: npm run generate_agent_skills (outputs to distributed-agent-skills/) -->
---
name: shopify-admin-execution
description: "Run a validated Admin GraphQL operation against a specific store using Shopify CLI. Use this when the user wants an executable store workflow, not just the query or mutation text. If the answer should include `shopify store auth` and `shopify store execute`, choose this API. Choose this for 'my store', 'this store', a store domain, product reads on a merchant store, low-inventory lookups, product updates, and warehouse/location inventory changes. Examples: 'Show me the first 10 products on my store', 'Find products with low inventory on my store', 'Set inventory at the Toronto warehouse so SKU ABC-123 is 12'."
Expand Down
3 changes: 0 additions & 3 deletions skills/shopify-admin/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
<!-- AUTO-GENERATED — do not edit directly.
Edit src/data/raw-api-instructions/{api}.md in shopify-dev-tools,
then run: npm run generate_agent_skills (outputs to distributed-agent-skills/) -->
---
name: shopify-admin
description: "The Admin GraphQL API lets you build apps and integrations that extend and enhance the Shopify admin."
Expand Down
3 changes: 0 additions & 3 deletions skills/shopify-custom-data/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
<!-- AUTO-GENERATED — do not edit directly.
Edit src/data/raw-api-instructions/{api}.md in shopify-dev-tools,
then run: npm run generate_agent_skills (outputs to distributed-agent-skills/) -->
---
name: shopify-custom-data
description: "MUST be used first when prompts mention Metafields or Metaobjects. Use Metafields and Metaobjects to model and store custom data for your app. Metafields extend built-in Shopify data types like products or customers, Metaobjects are custom data types that can be used to store bespoke data structures. Metafield and Metaobject definitions provide a schema and configuration for values to follow."
Expand Down
3 changes: 0 additions & 3 deletions skills/shopify-customer/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
<!-- AUTO-GENERATED — do not edit directly.
Edit src/data/raw-api-instructions/{api}.md in shopify-dev-tools,
then run: npm run generate_agent_skills (outputs to distributed-agent-skills/) -->
---
name: shopify-customer
description: "The Customer Account API allows customers to access their own data including orders, payment methods, and addresses."
Expand Down
3 changes: 0 additions & 3 deletions skills/shopify-dev/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
<!-- AUTO-GENERATED — do not edit directly.
Edit src/data/raw-api-instructions/{api}.md in shopify-dev-tools,
then run: npm run generate_agent_skills (outputs to distributed-agent-skills/) -->
---
name: shopify-dev
description: "Search Shopify developer documentation across all APIs. Use only when no API-specific skill applies."
Expand Down
3 changes: 0 additions & 3 deletions skills/shopify-functions/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
<!-- AUTO-GENERATED — do not edit directly.
Edit src/data/raw-api-instructions/{api}.md in shopify-dev-tools,
then run: npm run generate_agent_skills (outputs to distributed-agent-skills/) -->
---
name: shopify-functions
description: "Shopify Functions allow developers to customize the backend logic that powers parts of Shopify. Available APIs: Discount, Cart and Checkout Validation, Cart Transform, Pickup Point Delivery Option Generator, Delivery Customization, Fulfillment Constraints, Local Pickup Delivery Option Generator, Order Routing Location Rule, Payment Customization"
Expand Down
3 changes: 0 additions & 3 deletions skills/shopify-hydrogen/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
<!-- AUTO-GENERATED — do not edit directly.
Edit src/data/raw-api-instructions/{api}.md in shopify-dev-tools,
then run: npm run generate_agent_skills (outputs to distributed-agent-skills/) -->
---
name: shopify-hydrogen
description: "Hydrogen storefront implementation cookbooks. Some of the available recipes are: B2B Commerce, Bundles, Combined Listings, Custom Cart Method, Dynamic Content with Metaobjects, Express Server, Google Tag Manager Integration, Infinite Scroll, Legacy Customer Account Flow, Markets, Partytown + Google Tag Manager, Subscriptions, Third-party API Queries and Caching. MANDATORY: Use this API for ANY Hydrogen storefront question - do NOT use Storefront GraphQL when 'Hydrogen' is mentioned."
Expand Down
3 changes: 0 additions & 3 deletions skills/shopify-liquid/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
<!-- AUTO-GENERATED — do not edit directly.
Edit src/data/raw-api-instructions/{api}.md in shopify-dev-tools,
then run: npm run generate_agent_skills (outputs to distributed-agent-skills/) -->
---
name: shopify-liquid
description: "Liquid is an open-source templating language created by Shopify. It is the backbone of Shopify themes and is used to load dynamic content on storefronts. Keywords: liquid, theme, shopify-theme, liquid-component, liquid-block, liquid-section, liquid-snippet, liquid-schemas, shopify-theme-schemas"
Expand Down
3 changes: 0 additions & 3 deletions skills/shopify-partner/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
<!-- AUTO-GENERATED — do not edit directly.
Edit src/data/raw-api-instructions/{api}.md in shopify-dev-tools,
then run: npm run generate_agent_skills (outputs to distributed-agent-skills/) -->
---
name: shopify-partner
description: "The Partner API lets you programmatically access data about your Partner Dashboard, including your apps, themes, and affiliate referrals."
Expand Down
3 changes: 0 additions & 3 deletions skills/shopify-payments-apps/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
<!-- AUTO-GENERATED — do not edit directly.
Edit src/data/raw-api-instructions/{api}.md in shopify-dev-tools,
then run: npm run generate_agent_skills (outputs to distributed-agent-skills/) -->
---
name: shopify-payments-apps
description: "The Payments Apps API enables payment providers to integrate their payment solutions with Shopify's checkout."
Expand Down
3 changes: 0 additions & 3 deletions skills/shopify-polaris-admin-extensions/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
<!-- AUTO-GENERATED — do not edit directly.
Edit src/data/raw-api-instructions/{api}.md in shopify-dev-tools,
then run: npm run generate_agent_skills (outputs to distributed-agent-skills/) -->
---
name: shopify-polaris-admin-extensions
description: "Add custom actions and blocks from your app at contextually relevant spots throughout the Shopify Admin. Admin UI Extensions also supports scaffolding new adminextensions using Shopify CLI commands."
Expand Down
3 changes: 0 additions & 3 deletions skills/shopify-polaris-app-home/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
<!-- AUTO-GENERATED — do not edit directly.
Edit src/data/raw-api-instructions/{api}.md in shopify-dev-tools,
then run: npm run generate_agent_skills (outputs to distributed-agent-skills/) -->
---
name: shopify-polaris-app-home
description: "Build your app's primary user interface embedded in the Shopify admin. If the prompt just mentions `Polaris` and you can't tell based off of the context what API they meant, assume they meant this API."
Expand Down
3 changes: 0 additions & 3 deletions skills/shopify-polaris-checkout-extensions/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
<!-- AUTO-GENERATED — do not edit directly.
Edit src/data/raw-api-instructions/{api}.md in shopify-dev-tools,
then run: npm run generate_agent_skills (outputs to distributed-agent-skills/) -->
---
name: shopify-polaris-checkout-extensions
description: "Build custom functionality that merchants can install at defined points in the checkout flow, including product information, shipping, payment, order summary, and Shop Pay. Checkout UI Extensions also supports scaffolding new checkout extensions using Shopify CLI commands."
Expand Down
3 changes: 0 additions & 3 deletions skills/shopify-polaris-customer-account-extensions/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
<!-- AUTO-GENERATED — do not edit directly.
Edit src/data/raw-api-instructions/{api}.md in shopify-dev-tools,
then run: npm run generate_agent_skills (outputs to distributed-agent-skills/) -->
---
name: shopify-polaris-customer-account-extensions
description: "Build custom functionality that merchants can install at defined points on the Order index, Order status, and Profile pages in customer accounts. Customer Account UI Extensions also supports scaffolding new customer account extensions using Shopify CLI commands."
Expand Down
3 changes: 0 additions & 3 deletions skills/shopify-pos-ui/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
<!-- AUTO-GENERATED — do not edit directly.
Edit src/data/raw-api-instructions/{api}.md in shopify-dev-tools,
then run: npm run generate_agent_skills (outputs to distributed-agent-skills/) -->
---
name: shopify-pos-ui
description: "Build retail point-of-sale applications using Shopify's POS UI components. These components provide a consistent and familiar interface for POS applications. POS UI Extensions also supports scaffolding new POS extensions using Shopify CLI commands. Keywords: POS, Retail, smart grid"
Expand Down
3 changes: 0 additions & 3 deletions skills/shopify-storefront-graphql/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
<!-- AUTO-GENERATED — do not edit directly.
Edit src/data/raw-api-instructions/{api}.md in shopify-dev-tools,
then run: npm run generate_agent_skills (outputs to distributed-agent-skills/) -->
---
name: shopify-storefront-graphql
description: "Use for custom storefronts requiring direct GraphQL queries/mutations for data fetching and cart operations. Choose this when you need full control over data fetching and rendering your own UI. NOT for Web Components - if the prompt mentions HTML tags like <shopify-store>, <shopify-cart>, use storefront-web-components instead."
Expand Down
Loading