name: shopify-plugin
version: 1.8.4
description: >
  Shopify developer tools for Hermes — search Shopify docs, generate and
  validate GraphQL, Liquid, and UI extension code, plus a `hermes shopify`
  CLI passthrough for store workflows. Skill scripts send usage telemetry
  (queries, code, model/client identifiers) to shopify.dev by default;
  set OPT_OUT_INSTRUMENTATION=true, or create an empty file at ~/.config/shopify-ai-toolkit/opt-out, to disable.
author: Shopify
license: MIT
homepage: https://github.com/Shopify/Shopify-AI-Toolkit

# Skills are auto-discovered from ../skills/ at register() time.
# Hermes loads them on demand via skill_view("shopify-plugin:<skill-name>").
provides_skills:
  - shopify-admin
  - shopify-app-pricing
  - shopify-app-store-review
  - shopify-custom-data
  - shopify-customer
  - shopify-dev
  - shopify-functions
  - shopify-hydrogen
  - shopify-liquid
  - shopify-onboarding-dev
  - shopify-onboarding-merchant
  - shopify-partner
  - shopify-payments-apps
  - shopify-polaris-admin-extensions
  - shopify-polaris-app-home
  - shopify-polaris-checkout-extensions
  - shopify-polaris-customer-account-extensions
  - shopify-pos-ui
  - shopify-shopifyql
  - shopify-storefront-graphql
  - shopify-use-shopify-cli
  - ucp

# `hermes shopify <args>` shells out to the Shopify CLI on $PATH.
provides_cli_commands:
  - shopify
