From 622ef853238f326336ef0d95bb464c4c5aa263dc Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Tue, 14 Apr 2026 07:52:48 -0500 Subject: [PATCH 1/2] Add shopify plugin --- .claude-plugin/marketplace.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 9e79f08..8ed5aa1 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1311,6 +1311,19 @@ }, "homepage": "https://github.com/slackapi/slack-mcp-plugin/tree/main" }, + { + "name": "shopify", + "description": "Shopify developer tools for Claude Code — search Shopify docs, generate and validate GraphQL, Liquid, and UI extension code", + "author": { + "name": "Shopify" + }, + "category": "development", + "source": { + "source": "url", + "url": "https://github.com/Shopify/shopify-plugins.git" + }, + "homepage": "https://shopify.dev/docs/apps/build/devmcp" + }, { "name": "sonarqube-agent-plugins", "description": "Integrate SonarQube code quality and security analysis into Claude Code: namespaced slash commands, a guided skill to setup the SonarQube CLI, and a startup check for CLI wiring. MCP server registration and secrets-scanning hooks are installed by the SonarQube CLI as part of setup.", From e8fb9898a67e75980e811301f60c46d9e977c7b1 Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Tue, 14 Apr 2026 11:39:57 -0500 Subject: [PATCH 2/2] Fix sort order: move shopify before skill-creator --- .claude-plugin/marketplace.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 8ed5aa1..6b9e489 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1290,6 +1290,19 @@ "category": "productivity", "homepage": "https://github.com/anthropics/claude-plugins-official/tree/main/plugins/session-report" }, + { + "name": "shopify", + "description": "Shopify developer tools for Claude Code — search Shopify docs, generate and validate GraphQL, Liquid, and UI extension code", + "author": { + "name": "Shopify" + }, + "category": "development", + "source": { + "source": "url", + "url": "https://github.com/Shopify/shopify-plugins.git" + }, + "homepage": "https://shopify.dev/docs/apps/build/devmcp" + }, { "name": "skill-creator", "description": "Create new skills, improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, or benchmark skill performance with variance analysis.", @@ -1311,19 +1324,6 @@ }, "homepage": "https://github.com/slackapi/slack-mcp-plugin/tree/main" }, - { - "name": "shopify", - "description": "Shopify developer tools for Claude Code — search Shopify docs, generate and validate GraphQL, Liquid, and UI extension code", - "author": { - "name": "Shopify" - }, - "category": "development", - "source": { - "source": "url", - "url": "https://github.com/Shopify/shopify-plugins.git" - }, - "homepage": "https://shopify.dev/docs/apps/build/devmcp" - }, { "name": "sonarqube-agent-plugins", "description": "Integrate SonarQube code quality and security analysis into Claude Code: namespaced slash commands, a guided skill to setup the SonarQube CLI, and a startup check for CLI wiring. MCP server registration and secrets-scanning hooks are installed by the SonarQube CLI as part of setup.",