What problem does it solve? Building React interfaces with an unfamiliar component library means guessing prop names, import paths, and theming rules. This Skill provides the exact install steps, import patterns, theming rules, and prop contracts for the @robr0/design-system package so generated UI code works on the first try. ## Core Features & Use Cases - Installation and setup guidance: Covers npm install, ESM-only exports subpaths, TypeScript moduleResolution settings, and the single ToastProvider exception. - Theming with design tokens: Explains the three-tier token architecture, dark mode via data-theme="dark", and re-theming by overriding primitive tokens across 235 semantic tokens. - Component catalog and prop contracts: A references/components.md catalog lists all 132 components across 11 categories with import lines, plus links to per-component markdown prop contracts and an MCP endpoint. - Use Case: Ask the AI to build a settings page with a form, a data table, and a toast notification; the Skill supplies the correct imports, props, and token-based styling without guessing. ## Quick Start Use the robr0-design-system skill to build a React settings page using @robr0/design-system components with correct imports and theming.