π¦ ClawHub
Ui Design Optimizer
by @dalomeve
Generate practical UI design systems and starter pages using local style/color/typography datasets. Use for landing page or dashboard UI planning and impleme...
TERMINAL
clawhub install ui-design-optimizerπ About This Skill
name: ui-design-optimizer description: Generate practical UI design systems and starter pages using local style/color/typography datasets. Use for landing page or dashboard UI planning and implementation.
UI Design Optimizer
Goal
Produce a concrete, buildable UI output instead of generic design advice.
Inputs
Data Sources
data/styles.csvdata/colors.csvdata/typography.csvdata/patterns.csvdata/rules.jsonRequired Workflow
1. Read relevant rows from style/color/typography data.
2. Choose one style, one palette, and one typography pair with rationale.
3. Output a compact design spec:
- layout pattern
- color tokens
- typography tokens
- interaction rules
4. If user asks for implementation, generate runnable files (at minimum index.html + styles.css).
5. Return evidence with file paths and the selected dataset rows/slugs.
Quality Rules
Verification
When files are generated, verify:
Script Helper
Use scripts/search.ps1 when quick lookup is useful:
powershell -ExecutionPolicy Bypass -File scripts/search.ps1 -Query "saas dashboard" -DesignSystem -ProjectName "Demo"