⚠️ 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.
In Claude Code, run:
/plugin marketplace add wix/skills
/plugin install wix@wixGo 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:
- Cursor
- Claude Code
- Codex
- GitHub Copilot
- Windsurf
- And many more
See CONTRIBUTING.md for guidelines on adding new skills.
MIT