What problem does it solve?
This Skill helps teams create high-quality user interfaces from descriptions, evaluate existing UIs, compare design variations (A/B testing), and build component libraries. It merges visual design principles with practical code implementation and objective Playwright-based evaluation to ensure accessibility, performance, and visual consistency.
Core Features & Use Cases
- From description to UI: generate new UI components and pages from natural language prompts.
- UI Analysis & Improvement: assess accessibility, performance, and visual stability of existing interfaces.
- A/B Testing & Design Systems: compare variations and scaffold a reusable component library.
- Design-token-guided styling and component templates.
Quick Start
Use the UI Creator to scaffold a Button component:
- Quick Start: npx tsx scripts/init-component.ts Button --type button --framework react
- Then evaluate UI quality:
- npx tsx scripts/evaluate-ui.ts http://localhost:3000/components/button