What problem does it solve? Design prototypes built with generic component libraries drift from the production UI, forcing costly rewrites. This Skill generates fully interactive, single-file HTML prototypes rendered by the actual @lobehub/ui design system, so promotion to production is mostly splitting files rather than rewriting code. ## Core Features & Use Cases - Real design system rendering: Bundles @lobehub/ui 5.x, antd 6, antd-style, and lucide-react from the repo's own node_modules into a cached runtime, so tokens, components, and versions match production exactly. - Zero-build workflow: One HTML file with production-style React (imports, createStyles, hooks, memo) compiled in-browser via babel-standalone — double-click to open, no server or build step. - State-complete prototypes: Template enforces non-happy-path states (empty, loading, error) behind a toggle strip, plus light/dark theme via ThemeProvider. - Use Case: A designer needs to demo a new settings panel with collapse, drag-resize, and error states. Run the build script once, copy the template, write the surface in production-style React, and verify with a headless Playwright screenshot before sharing. ## Quick Start Ask the AI to build an interactive HTML prototype of your target UI surface using the design-prototype skill, then open the generated file in a browser.