From 412cf4741be2ab447db40af640146dd34bdd720c Mon Sep 17 00:00:00 2001 From: gilisho <40733156+gilisho@users.noreply.github.com> Date: Sun, 14 Jun 2026 14:24:02 +0300 Subject: [PATCH 1/2] Add wix plugin to marketplace catalog Remote source pinned to wix/skills@75bb86e. Bundles the Wix MCP server and four skills (wix-app, wix-design-system, wix-headless, wix-manage). Co-Authored-By: Claude Opus 4.8 (1M context) --- .grok-plugin/marketplace.json | 13 +++++++++++++ .grok-plugin/plugin-index.json | 29 +++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/.grok-plugin/marketplace.json b/.grok-plugin/marketplace.json index d1ed598..f78934a 100644 --- a/.grok-plugin/marketplace.json +++ b/.grok-plugin/marketplace.json @@ -92,6 +92,19 @@ "homepage": "https://neon.com", "keywords": ["neon", "neon postgres", "neon database", "neon branch"], "domains": ["neon.tech", "neon.com", "console.neon.tech"] + }, + { + "name": "wix", + "description": "Build, manage, and deploy Wix sites and apps (MCP Server + Skills). Includes CLI development skills and Wix MCP server for site management, eCommerce, CMS, dashboard extensions, and more.", + "category": "development", + "source": { + "source": "url", + "url": "https://github.com/wix/skills.git", + "sha": "75bb86e43cad1bfdc0e51f541cd44f9612c1deee" + }, + "homepage": "https://dev.wix.com/docs/api-reference/articles/ai-tools/about-wix-skills", + "keywords": ["wix", "wix cli", "wix mcp", "wix apps", "wix headless"], + "domains": ["wix.com", "dev.wix.com", "manage.wix.com"] } ] } diff --git a/.grok-plugin/plugin-index.json b/.grok-plugin/plugin-index.json index e833abc..78efb68 100644 --- a/.grok-plugin/plugin-index.json +++ b/.grok-plugin/plugin-index.json @@ -547,6 +547,35 @@ } ] } + }, + "wix": { + "sha": "75bb86e43cad1bfdc0e51f541cd44f9612c1deee", + "components": { + "mcpServers": [ + { + "name": "wix-mcp", + "description": "http" + } + ], + "skills": [ + { + "name": "wix-app", + "description": "Build and review Wix CLI app extensions — dashboard pages, modals, plugins, menu plugins, custom element widgets, Edito…" + }, + { + "name": "wix-design-system", + "description": "Wix Design System component reference. Use when building UI with @wix/design-system, choosing components, checking prop…" + }, + { + "name": "wix-headless", + "description": "Build a complete Wix Managed Headless site from a single prompt, OR connect an existing project (HTML/JSX/Vite app, Cla…" + }, + { + "name": "wix-manage", + "description": "Wix business solution management recipes — REST API operations for configuring and managing Wix business solutions. Rou…" + } + ] + } } } } From ef1e9b1b19d8c15cec63f5c0525502de3e550deb Mon Sep 17 00:00:00 2001 From: gilisho <40733156+gilisho@users.noreply.github.com> Date: Sun, 28 Jun 2026 15:55:57 +0300 Subject: [PATCH 2/2] Bump wix pin to latest upstream main (1ea953a) Co-Authored-By: Claude Opus 4.8 (1M context) --- .grok-plugin/marketplace.json | 2 +- .grok-plugin/plugin-index.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.grok-plugin/marketplace.json b/.grok-plugin/marketplace.json index f78934a..6779afb 100644 --- a/.grok-plugin/marketplace.json +++ b/.grok-plugin/marketplace.json @@ -100,7 +100,7 @@ "source": { "source": "url", "url": "https://github.com/wix/skills.git", - "sha": "75bb86e43cad1bfdc0e51f541cd44f9612c1deee" + "sha": "1ea953a29525ce8ff07a3b5a3a107927804c3eba" }, "homepage": "https://dev.wix.com/docs/api-reference/articles/ai-tools/about-wix-skills", "keywords": ["wix", "wix cli", "wix mcp", "wix apps", "wix headless"], diff --git a/.grok-plugin/plugin-index.json b/.grok-plugin/plugin-index.json index 78efb68..811d10d 100644 --- a/.grok-plugin/plugin-index.json +++ b/.grok-plugin/plugin-index.json @@ -549,7 +549,7 @@ } }, "wix": { - "sha": "75bb86e43cad1bfdc0e51f541cd44f9612c1deee", + "sha": "1ea953a29525ce8ff07a3b5a3a107927804c3eba", "components": { "mcpServers": [ {