Wix skills help external AI tools, such as Claude and Cursor, work with the CLI by providing the instructions and context needed to develop, deploy, and manage CLI projects.
Skills are self-contained instructions that tell AI agents how to perform tasks. They follow the open Agent Skills specification and consist of a SKILL.md file containing metadata, instructions, and background information.
Each skill includes the following:
Wix skills follow the Agent Skills specification to provide supported AI tools with the context and instructions to develop, deploy, and manage CLI tasks and projects.
For more information about supported skills and AI tools, see the Wix skills repository.
Wix skills support every stage of CLI project development, from coding to deployment.
You can use Wix skills to develop capabilities such as:
You can also use Wix skills to verify app readiness and handle the build and deploy process. This includes:
For more information about supported skills, see the Wix skills repository.
New CLI projects include Wix skills by default. To see where skills appear in your project, see the CLI project structure.
To add Wix skills to an existing project, use the wix skills add command.
To update Wix skills to the latest version, use the wix skills update command.
Note: Keep the CLI and Wix skills aligned. When you upgrade one, upgrade the other so they stay compatible.
The following are example prompts you can try with supported AI tools. They provide a useful starting point as you explore what you can build with Wix skills.
"Add a dashboard page that lists all contacts with search and filters."
"Add a Delete confirmation modal before removing a product from the catalog."
"Add a backend API that returns the last 10 orders as JSON."
"Add custom shipping rates based on weight and destination."
"Add a site widget that shows a Sale ends in countdown with a configurable end date."
"Add a site plugin that shows Back in stock in the product slot."
"Run the full validation workflow after the last change and report any failures."
"Verify release readiness and report any issues."