What problem does it solve? When building UI with @wix/design-system, developers waste time hunting through large documentation files to find the right component, its props, and usage examples. This Skill provides fast, focused lookups against the WDS docs bundled in node_modules. ## Core Features & Use Cases - Component Search: Find WDS components by keyword with descriptions and usage guidance (do/don't rules). - Props and Examples Lookup: Retrieve full prop lists with types and descriptions, plus ready-to-use JSX examples for any component. - Icon Discovery: Search the @wix/wix-ui-icons-common catalog, including Small variants. - Use Case: You need a modal dialog with a form. Search for "modal", get the Modal and CustomModalLayout props, pull a working JSX example, and find the right icons — all without leaving your project. ## Quick Start Ask the assistant to show you the props and a usage example for the WDS Button component using the wds-docs skill.