Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Interactive design wizard that guides through a complete frontend design process with discovery, aesthetic selection, and code generation. Use for creating distinctive, production-ready UI.
.claude/skills/davepoon-design-wizard/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | -63% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 87% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 58% | 0% |
| case-17 | ✗→✓ | ▲ Improved | 27% | 0% |
| case-04 | ✓→✗ | ▼ Worse | 298% | 0% |
An interactive wizard that guides you through creating distinctive, production-ready frontend designs.
This skill orchestrates the complete design process:
┌─────────────┐ ┌─────────────┐ ┌─────────────┐
│ Discovery │ ──▶ │ Research │ ──▶ │ Moodboard │
└─────────────┘ └─────────────┘ └─────────────┘
│
┌─────────────┐ ┌─────────────┐ ▼
│ Review │ ◀── │ Generate │ ◀── ┌─────────────┐
└─────────────┘ └─────────────┘ │ Colors/Type │
└─────────────┘Ask the user about their project:
Based on answers, optionally invoke:
trend-researcher - For current design trendsinspiration-analyzer - For specific URLs providedInvoke moodboard-creator to:
Based on discovery and moodboard, suggest aesthetics from catalog:
For Modern/Premium:
For Bold/Distinctive:
For Minimal/Clean:
For Playful/Creative:
See references/aesthetics-catalog.md for full catalog.
Invoke specialized skills:
color-curator - Browse Coolors or select from fallbackstypography-selector - Browse Google Fonts or use pairingsMap selections to Tailwind config.
Generate single HTML file with:
html<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>[Project Title]</title> <!-- Google Fonts --> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=[Font1]&family=[Font2]&display=swap" rel="stylesheet"> <!-- Tailwind CDN --> <script src="https://cdn.tailwindcss.com"></script> <script> tailwind.config = { theme: { extend: { colors: { // Custom colors from palette }, fontFamily: { // Custom fonts } } } } </script> <style> /* Custom animations */ /* Focus states */ /* Reduced motion */ </style> </head> <body> <!-- Semantic HTML structure --> </body> </html>
Check against references/anti-patterns.md:
Check references/design-principles.md:
Check references/accessibility-guidelines.md:
Deliver:
If user requests changes:
Maximum 3 major iterations, then consolidate feedback.
references/design-principles.md - Core design principles with codereferences/aesthetics-catalog.md - Full aesthetic catalogreferences/anti-patterns.md - What NOT to doreferences/accessibility-guidelines.md - WCAG compliance| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | pass→pass | 29,446 | 4,971 | -83% | 1 | 1 | 0% | 6,217 | 2,424 | -61% | 0 | 0 | — |
case-02 | pass→pass | 11,172 | 4,007 | -64% | 1 | 1 | 0% | 1,890 | 2,096 | +11% | 0 | 0 | — |
case-03 | fail→pass | 35,997 | 5,271 | -85% | 1 | 1 | 0% | 6,209 | 2,298 | -63% | 0 | 0 | — |
case-04 | pass→fail | 2,765 | 3,744 | +35% | 1 | 1 | 0% | 558 | 2,219 | +298% | 0 | 0 | — |
case-05 | pass→pass | 7,424 | 6,793 | -8% | 1 | 1 | 0% | 1,539 | 2,708 | +76% | 0 | 0 | — |
case-06 | pass→pass | 9,670 | 10,564 | +9% | 1 | 1 | 0% | 1,991 | 3,657 | +84% | 0 | 0 | — |
case-07 | pass→pass | 19,586 | 23,925 | +22% | 1 | 1 | 0% | 4,151 | 6,744 | +62% | 0 | 0 | — |
case-08 | fail→pass | 15,739 | 20,913 | +33% | 1 | 1 | 0% | 3,241 | 6,048 | +87% | 0 | 0 | — |
case-09 | fail→pass | 11,210 | 8,718 | -22% | 1 | 1 | 0% | 1,885 | 2,975 | +58% | 0 | 0 | — |
case-10 | pass→pass | 15,957 | 8,607 | -46% | 1 | 1 | 0% | 2,676 | 2,917 | +9% | 0 | 0 | — |
case-11 | pass→pass | 12,794 | 8,059 | -37% | 1 | 1 | 0% | 2,165 | 2,845 | +31% | 0 | 0 | — |
case-12 | pass→pass | 15,153 | 7,865 | -48% | 1 | 1 | 0% | 2,522 | 2,684 | +6% | 0 | 0 | — |
case-13 | pass→pass | 13,100 | 7,269 | -45% | 1 | 1 | 0% | 2,139 | 2,705 | +26% | 0 | 0 | — |
case-14 | pass→pass | 6,816 | 4,427 | -35% | 1 | 1 | 0% | 1,279 | 2,309 | +81% | 0 | 0 | — |
case-15 | pass→pass | 11,409 | 6,401 | -44% | 1 | 1 | 0% | 2,163 | 2,723 | +26% | 0 | 0 | — |
case-16 | pass→pass | 12,296 | 9,898 | -20% | 1 | 1 | 0% | 2,517 | 3,372 | +34% | 0 | 0 | — |
case-17 | fail→pass | 10,740 | 4,695 | -56% | 1 | 1 | 0% | 1,699 | 2,155 | +27% | 0 | 0 | — |
case-18 | fail→fail | 14,184 | 6,714 | -53% | 1 | 1 | 0% | 2,503 | 2,608 | +4% | 0 | 0 | — |
case-19 | pass→pass | 13,198 | 6,757 | -49% | 1 | 1 | 0% | 2,093 | 2,519 | +20% | 0 | 0 | — |
case-20 | pass→pass | 13,790 | 11,821 | -14% | 1 | 1 | 0% | 2,384 | 3,610 | +51% | 0 | 0 | — |
case-21 | pass→pass | 11,761 | 6,829 | -42% | 1 | 1 | 0% | 1,878 | 2,559 | +36% | 0 | 0 | — |
case-22 | pass→pass | 10,838 | 3,472 | -68% | 1 | 1 | 0% | 1,872 | 2,050 | +10% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted. The headline lift of +14 percentage points is the difference between those two pass rates over the 22 comparable cases. 1 case got worse with the skill loaded, and it is included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.