⚠️ 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@wixIn a terminal, register the marketplace:
codex plugin marketplace add wix/skillsThen in Codex CLI, run /plugins, select Wix, and choose Install Plugin.
In VS Code, open the Command Palette (CMD+SHIFT+P), select Chat: Install Plugin From Source, and enter https://github.com/wix/skills.
Go to Settings > Rules > New Rule > Add from Github with https://github.com/wix/skills.git.
Install using Gemini CLI:
gemini extensions install https://github.com/wix/skillsInstall using skills CLI:
# Install all skills
npx skills add wix/skills
# Install globally
npx skills add wix/skills -g| Skill | Purpose | When to Use |
|---|---|---|
| wix-app | Build Wix app extensions | Adding any extension — dashboard pages, site widgets, backend events, service plugins, embedded scripts, data collections, and more |
| wix-design-system | Wix Design System reference | Looking up WDS component props, examples, icons |
| wix-manage | Wix business solution management | REST API operations for configuring and managing Wix business solutions |
| wix-headless | Build a complete Wix Managed Headless site | Building a new site end-to-end from a single prompt — discovery, design, feature wiring, and preview |
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
@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.
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.
See CONTRIBUTING.md for guidelines on adding new skills.
MIT