Merge pull request #1408 from anthropics/add-shopify

Add shopify plugin
This commit is contained in:
Bryan Thompson 2026-04-14 11:53:25 -05:00 committed by GitHub
commit 507462e2fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1290,6 +1290,19 @@
"category": "productivity", "category": "productivity",
"homepage": "https://github.com/anthropics/claude-plugins-official/tree/main/plugins/session-report" "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", "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.", "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.",