Skip to content

wix/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wix Skills

⚠️ 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.

Installation

Claude Code Plugin

In Claude Code, run:

/plugin marketplace add wix/skills
/plugin install wix@wix

Cursor Plugin

Go to Settings > Rules > New Rule > Add from Github with https://github.com/wix/skills.git.

Skills CLI

Install using skills CLI:

# Install all skills
npx skills add wix/skills

# Install globally
npx skills add wix/skills -g

Available Skills

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

Supported Agents

These skills work with any agent that supports the Agent Skills specification:

  • Cursor
  • Claude Code
  • Codex
  • GitHub Copilot
  • Windsurf
  • And many more

Contributing

See CONTRIBUTING.md for guidelines on adding new skills.

License

MIT

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors