Agent skills and tools for Wix development
npx claudepluginhub wix/skillsBuild, manage, and deploy Wix sites and apps. Includes CLI development skills and Wix MCP server for site management, eCommerce, CMS, dashboard extensions, and more.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
⚠️ 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 applications with AI coding assistants.
Note: These skills are designed for the new Wix CLI. See About the Wix CLI to learn more.
In Claude Code, run:
/plugin marketplace add wix/skills
/plugin install wix@wix
Go to Settings > Rules > New Rule > Add from Github with https://github.com/wix/skills.git.
Install using skills CLI:
# Install all skills
npx skills add wix/skills
# Install globally
npx skills add wix/skills -g
| Skill | Purpose | When to Use |
|---|---|---|
| wds-docs | Wix Design System reference | Looking up WDS component props, examples, icons |
| wix-cli-app-validation | Test and validate Wix apps | Testing app readiness, e2e validation, TypeScript checks |
| wix-cli-backend-api | Create REST API endpoints | Backend HTTP handlers, server-side data processing |
| wix-cli-backend-event | Respond to Wix webhooks/events | Run custom backend logic when platform events occur |
| wix-cli-dashboard-modal | Build dashboard modals | Popup forms, confirmations, detail views in dashboards |
| wix-cli-dashboard-page | Build admin interfaces | Dashboard pages, data management, settings UIs |
| wix-cli-dashboard-plugin | Extend Wix app dashboards | Widgets for slots on Wix Stores, Bookings, Blog, eCommerce dashboard pages |
| wix-cli-dashboard-menu-plugin | Add menu items to Wix app dashboards | Menu items in more-actions/bulk-actions menus on Wix dashboard pages |
| wix-cli-data-collection | Create CMS data collections | Database schemas, structured data storage, collection fields & permissions |
| wix-cli-embedded-script | Inject client-side code | Tracking pixels, popups, third-party integrations |
| wix-cli-extension-registration | Extension registration patterns | Registering new or existing extensions, UUID generation, app registration |
| wix-cli-orchestrator | Select extension type & orchestrate builds | First skill to invoke when adding/building any Wix feature |
| wix-cli-service-plugin | Extend Wix business solution flows | Shipping, fees, taxes, validations, gift cards, custom triggers |
| wix-cli-site-component | Create site components | React components with editor manifests for visual customization |
| wix-cli-site-plugin | Extend Wix app slots | Components for predefined slots in Wix business solutions |
| wix-cli-site-widget | Create standalone widgets | Countdown timers, calculators, configurable components |
| wix-stores-versioning | Handle Stores V1/V3 APIs | Building integrations supporting both catalog versions |
These skills work with any agent that supports the Agent Skills specification:
See CONTRIBUTING.md for guidelines on adding new skills.
MIT