What problem does it solve? Building UI with @wix/design-system requires knowing which component fits a design, what props it accepts, and how to test it, but the documentation lives inside node_modules and is tedious to navigate manually. ## Core Features & Use Cases - Component Discovery: Search the WDS component catalog by keyword to find the right component for a design element, with usage do's and don'ts. - Props and Examples Lookup: Retrieve full prop lists with types and descriptions, plus ready-to-use JSX examples for any component, including batch lookups for multiple components at once. - Testkit and Icon Reference: Get testkit driver APIs for unidriver, vanilla, puppeteer, and playwright flavors, and search the @wix/wix-ui-icons-common icon catalog. - Use Case: A developer needs to build a settings page with a toggle and a modal. They search for the right components, pull props and examples for ToggleSwitch and Modal, then grab the Button testkit driver API to write interaction tests. ## Quick Start Ask the assistant to show the props and a loading-state example for the WDS Button component using the wix-design-system skill.