
wix
★ 21Claude Code plugin · wix/skills · MIT
Build, manage, and deploy Wix sites and apps. Includes CLI development skills and Wix MCP server for site management, eCommerce, CMS, dashboard extensions, and more.
16 skills · a bundled MCP server — installs as one unit
⌁ skills (16)
rp-discovery
Discovers and documents the source platform schema (entities, fields, relationships) for a migration project. Use when capturing source structure before mapping to Wix.
Full instructions & audit →rp-execute-import
Runs the generated extract/import pipeline and records execution results. Use when setup and codegen are complete and the user has approved the execution plan.
Full instructions & audit →rp-execute-setup
Verifies and provisions Wix-side setup required before import. Use after codegen when setup-requirements.md must be validated or executed against the target site.
Full instructions & audit →rp-import-codegen
Generates migration readers, transforms, and Wix writers from schema and mapping artifacts. Use when producing runnable extract/import code under the migration project.
Full instructions & audit →rp-mapper
Maps discovered source entities and fields to Wix targets and documents lossiness. Use when creating mapping-plan.md and mapping-summary.md after discovery.
Full instructions & audit →rp-orchestration
Routes RePlatform source-to-Wix migrations to the next workflow step by inspecting migration project artifacts. Use when starting, continuing, or recovering a migration run.
Full instructions & audit →rp-setup-discovery
Derives Wix environment prerequisites (apps, collections, schemas) from an approved mapping plan. Use after mapping review and before import code generation.
Full instructions & audit →rp-source-wordpress
WordPress and WooCommerce source adapter: REST capture, auth, pagination, and read contract for codegen. Use when the source platform is WordPress or WooCommerce.
Full instructions & audit →rp-target-wix
Wix target adapter with verified write primitives (wix-writers.js) and contract tests. Use when vendoring Wix writers, validating API shapes, or Wix provisioning mechanics.
Full instructions & audit →wix-app
🔥🔥Build and review Wix CLI app extensions — dashboard pages, modals, plugins, menu plugins, custom element widgets, Editor React components, site plugins, embedded scripts, backend APIs, backend events, service plugins, data collections, and App Market readiness. Use when building ANY feature or extension for a Wix CLI app or preparing a Wix app for App Market review. Triggers on: add, build, create, implement, help me, dashboard, widget, plugin, backend, API, event, collection, embedded script, s
Full instructions & audit →wix-auth
Authenticate with Wix to obtain an access token for calling Wix APIs. Use when an agent needs a valid Wix access token and has none, or when the stored token is expired.
Full instructions & audit →wix-design-system
🔥🔥🔥✓ VerifiedWix Design System component reference. Use when building UI with @wix/design-system, choosing components, checking props and examples, or writing tests with component testkits. Triggers on "what component", "how do I make", "WDS", "show me props", "testkit", "driver", or component names like Button, Card, Modal, Box, Text.
Full instructions & audit →wix-docs
Look up the Wix API/SDK documentation to confirm an exact endpoint, HTTP method, request/response shape, field, enum, or error before writing Wix code — never guess a Wix API from memory. A lookup is a short flow: find the right page, then read it. Two ways: (1) plain `curl` (zero dependencies) — find a page by **semantic search** (`POST /mcp-docs-search/v1/docs/search`, natural-language `{ search_term, document_type }`) **or by browsing** the docs tree as a menu from the `llms.txt` root (append
Full instructions & audit →wix-headless
🔥🔥🔥🔥✓ VerifiedBuild a complete Wix Managed Headless site from a single prompt, OR connect an existing project (HTML/JSX/Vite app, Claude Design output, etc.) to Wix Headless for hosting + Business Solutions. Entry point for both: (1) new-site requests — runs discovery, design, feature wiring, and preview; and (2) existing-project requests — runs `npm create @wix/new@latest init`, analyzes the project for needed Business Solutions, installs apps, **wires the Wix SDK into the existing source files so each insta
Full instructions & audit →wix-manage
🔥🔥🔥✓ VerifiedWix business solution management recipes — REST API operations for configuring and managing Wix business solutions. Routes to: stores, bookings, get-paid, CMS, contacts, forms, media, app-installation, pricing-plans, restaurants, rich-content, sites, blog, calendar, domains, site-properties, ecommerce, social media, marketing plans.
Full instructions & audit →wix-vibe-headless
Client-only, dependency-free REST scaffolds for connecting an already-built front end (a vibe-coded app, an HTML/JSX/Vite project, a design-tool export) to a live Wix site over the site's public WIX_CLIENT_ID — the browser talks to Wix directly, no SDK, no backend, no build step. One skill covering every Wix business solution: Stores/eCommerce storefront (products, cart, checkout), Bookings (services, slots, appointments), Blog (posts, categories, tags), Events & Tickets (browse, RSVP, ticketing
Full instructions & audit →⌁ also included
- A bundled MCP server configuration
Wix Skills
⚠️ EXPERIMENTAL: This project is in early development. APIs, skill definitions, and behavior may change without notice. Use at your own risk.
Agent skills for building Wix app extensions, managing Wix business solutions, developing headless sites, and using the Wix Design System with AI agents.
Note: These skills are designed for the new Wix CLI. See About the Wix CLI to learn more. For an overview of how skills work with AI tools, see About Wix Skills.
Supported Agents
These skills work with any agent that supports the Agent Skills specification:
- Cursor
- Claude Code
- Gemini CLI
- Codex CLI
- GitHub Copilot
- Windsurf
- And many more
Versioning
@wix/agent-skills follows semver. Bumps target AI-generated-code stability — i.e., whether a change could cause an agent using these skills to produce broken code on the previous-major wix-cli:
| Bump | Examples |
|---|---|
| patch | Wording fix, typo, link update, clarification of existing guidance |
| minor | New skill added, new section in an existing skill, additive guidance for a non-breaking wix-cli feature |
| major | Skill rename/removal, rewrite of guidance for a deprecated wix-cli API, anything that would cause AI-generated code to fail on the previous-major wix-cli |
When a major bump is required (a breaking change in the underlying wix-cli), the previous major continues on a release/<N>.x maintenance branch and receives backports for genuine bugs only — no new features.
Releasing
Run the release-bump workflow from the Actions tab and pick a version_strategy. The rest is automatic — the bump PR auto-merges once checks pass and release.yml publishes to npm via Trusted Publishing.
Installation
Claude Code Plugin
In Claude Code, run:
/plugin marketplace add wix/skills
/plugin install wix@wixCodex
Codex App — Install the Wix plugin.
Codex CLI — run /plugins, select Wix, and choose Install Plugin.
VS Code Plugin
In VS Code, open the Command Palette (CMD+SHIFT+P), select Chat: Install Plugin From Source, and enter https://github.com/wix/skills.
Cursor Plugin
Go to Settings > Rules > New Rule > Add from Github with https://github.com/wix/skills.git.
Gemini CLI
Install using Gemini CLI:
gemini extensions install https://github.com/wix/skillsSkills CLI
Install using skills CLI:
# Install all skills
npx skills add wix/skills
# Install globally
npx skills add wix/skills -gOne install gets you everything — 16 skills, a bundled MCP server — kept up to date together.
Licensed under MIT— you can use, modify, and redistribute it under that license's terms.
License
MIT