Build light/dark theme from scratch or improve existing. Complete surface, text, and interactive color system
Scanned 5/27/2026
Install via CLI
openskills install Aboudjem/ui-ux-suite---
name: theme-builder
description: Build light/dark theme from scratch or improve existing. Complete surface, text, and interactive color system
trigger: "build theme|theme builder|light dark theme|create theme"
---
# /theme-builder: Build or Improve Theme
Build a complete light + dark theme from a brand color, or improve an existing theme.
## Flow
1. Determine brand color and style direction
2. Generate palette with `uiux_generate_palette`:
- Brand: primary, primary-foreground
- Neutral: 11-step scale from lightest to darkest
- Semantic: success, error, warning, info (each with base, light, dark)
- Surfaces: background, surface, elevated, overlay
- Text: primary, secondary, muted, inverse
- Borders: default, strong, muted
- Interactive: focus ring, selection, hover overlay
3. Generate dark mode variant (proper dark mode, not inverted)
4. Output in project-appropriate format (CSS vars, Tailwind, shadcn theme)
## Output
Complete theme configuration ready to paste into the project.
No comments yet. Be the first to comment!
Use when the user wants to design a mobile app, create screens, build UI, or interact with their Sleek projects. Covers high-level requests ("design an app that does X") and specific ones ("list my projects", "create a new project", "screenshot that screen").