Wix Design System component reference. Use when building UI with @wix/design-system, choosing components, or checking props and examples. Triggers on "what…
WDS Documentation Navigator Prerequisite: @wix/design-system must be installed (npm i @wix/design-system or yarn add @wix/design-system). Helper Script This skill bundles scripts/wds.js — a Node.js helper that auto-discovers @wix/design-system in node_modules (handles monorepos and workspaces) and provides focused lookups. Run it from the user's project directory using the absolute path to the bundled script: # WDS is the absolute path to this skill's scripts/wds.js WDS="<this-skill-dir>/scripts/wds.js" node $WDS search <keyword> # Find components by keyword node $WDS component <Name> # Get props + example list node $WDS example <Name> "<ExampleName>" # Get a specific example node $WDS icons <query> # Search for icons Workflow
don't have the plugin yet? install it then click "run inline in claude" again.