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.
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.
Dashboard extension prompts
Add a dashboard page that lists all contacts with search and filters.
Add a Delete confirmation modal before removing a product from the catalog.
Backend extension prompts
Add a backend API that returns the last 10 orders as JSON.
Add custom shipping rates based on weight and destination.
Site extension prompts
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.
Validate and test prompts
Run the full validation workflow after the last change and report any failures.
Verify release readiness and report any issues.