plugins/ui-design/README.md
Comprehensive UI/UX design plugin covering mobile (iOS, Android, React Native) and web applications with modern design patterns, accessibility, and design systems.
| Skill | Description |
|---|---|
design-system-patterns | Design tokens, theming, component architecture |
accessibility-compliance | WCAG 2.2, mobile a11y, inclusive design |
responsive-design | Container queries, fluid layouts, breakpoints |
mobile-ios-design | iOS Human Interface Guidelines, SwiftUI patterns |
mobile-android-design | Material Design 3, Jetpack Compose patterns |
react-native-design | React Native styling, navigation, animations |
web-component-design | React/Vue/Svelte component patterns, CSS-in-JS |
interaction-design | Microinteractions, motion design, transitions |
visual-design-foundations | Typography, color theory, spacing, iconography |
| Agent | Description |
|---|---|
ui-designer | Proactive UI design, component creation, layout optimization |
accessibility-expert | A11y analysis, WCAG compliance, remediation |
design-system-architect | Design token systems, component libraries, theming |
| Command | Description |
|---|---|
/ui-design:design-review | Review existing UI for issues and improvements |
/ui-design:create-component | Guided component creation with proper patterns |
/ui-design:accessibility-audit | Audit UI code for WCAG compliance |
/ui-design:design-system-setup | Initialize a design system with tokens |
/plugin install ui-design
/ui-design:design-review --file src/components/Button.tsx
/ui-design:create-component Card --platform react
/ui-design:accessibility-audit --level AA
/ui-design:design-system-setup --name "Acme Design System"
The plugin creates artifacts in .ui-design/:
.ui-design/
├── design-system.config.json # Design system configuration
├── component_specs/ # Generated component specifications
├── audit_reports/ # Accessibility audit reports
└── tokens/ # Generated design tokens
MIT License