Add Shopify agent skills for Claude Code, Cursor, and Claude Desktop#2
Merged
nelsonwittwer merged 6 commits intomainfrom Apr 6, 2026
Merged
Add Shopify agent skills for Claude Code, Cursor, and Claude Desktop#2nelsonwittwer merged 6 commits intomainfrom
nelsonwittwer merged 6 commits intomainfrom
Conversation
Contributor
|
Thanks for your interest but we don't accept pull requests. Any pull requests will be automatically closed. If you have feedback or suggestions, please share them in the Shopify Developer Community. If you are a Shopify employee, please reach out to Dev Tools: Dev Experience team at help-dev-platform. |
durga256
reviewed
Apr 6, 2026
Collaborator
durga256
left a comment
There was a problem hiding this comment.
remove mcp server from .mcp.json so skills and mcp dont clash when intent is same. tophat looks good so far
durga256
approved these changes
Apr 6, 2026
Adds 15 agent skills under skills/ — the conventional directory for `npx skills add Shopify/shopify-ai-toolkit`. Each skill bundles a SKILL.md with agent instructions and mandatory search/validate steps, pre-compiled scripts (search_docs.js, validate.js), and compressed schema assets where applicable. Skills included: - shopify-admin (Admin GraphQL API) - shopify-storefront-graphql (Storefront API) - shopify-customer (Customer Account API) - shopify-partner (Partner API) - shopify-payments-apps (Payments Apps API) - shopify-functions (Shopify Functions) - shopify-hydrogen (Hydrogen / Remix) - shopify-liquid (Liquid / Theme development) - shopify-polaris-admin-extensions (Admin UI Extensions) - shopify-polaris-checkout-extensions (Checkout UI Extensions) - shopify-polaris-customer-account-extensions (Customer Account UI Extensions) - shopify-polaris-app-home (App Home) - shopify-pos-ui (POS UI Extensions) - shopify-custom-data (Metafields / Metaobjects) - shopify-dev (General Shopify dev) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Update GQL schemas to 2026-04 (admin, storefront, customer, partner, payments-apps, functions) - Add --client-version flag to search_docs.js and validate.js in all skills - Forward model, clientName, clientVersion, source, skillVersion to instrumentation payload - Fix malformed </system-instructions> tag in shopify-functions SKILL.md - Add .gitignore to exclude node_modules Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…y-admin prerequisite - Add --store flag to all shopify store auth/execute commands - Add --query/'--query-file' requirements inline - Add execution-mode persistence rules (read-only, intermediate lookups, pagination) - Add CLI-upgrade troubleshooting constraint (no fallback to shopify api query) - Add non-store CLI alternatives to constraints - Embed ADMIN_GRAPHQL_AUTHORING_STEPS inline (delegating to shopify-admin skill) - Add ALWAYS validate reminder referencing shopify-admin validate.js - Closes gap with origin/main learn_shopify_api assembled response Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Per review feedback: skills and MCP server serve overlapping intent, so shipping both causes routing confusion. Skills-only distribution. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
d866ba5 to
f97c38a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds 15 agent skills under skills/ — the conventional directory for
npx skills add Shopify/shopify-ai-toolkit. Each skill bundles a SKILL.md with agent instructions and mandatory search/validate steps, pre-compiled scripts (search_docs.js, validate.js), and compressed schema assets where applicable.Skills included: