Frontend Design Pro
One-command composition layer for premium frontend output. Choose the mode that fits your project type — the skill handles execution order automatically.
Dependencies
All dependency skills must be installed before this skill will work. Source repos:
Composition Modes
Mode 1: New UI (default)
Use when: Building a new interface from scratch with strict anti-slop enforcement.
design-taste-frontend → frontend-design-ultimate
design-taste-frontend — enforce anti-slop constraints, architecture discipline, motion/perf guardrails, and QA gates
frontend-design-ultimate — execute the full generation workflow (aesthetic direction, scaffolding, responsive implementation)
Mode 2: Soft / Luxury
Use when: The output needs a cinematic, agency-tier, Awwwards-level aesthetic — glass effects, spring physics, double-bezel cards, dramatic whitespace.
high-end-visual-design → frontend-design-ultimate
high-end-visual-design — enforce the Vanguard_UI_Architect persona, variance engine (vibe + layout archetypes), haptic micro-aesthetics, motion choreography
frontend-design-ultimate — scaffold and build
Mode 3: Minimalist / Editorial
Use when: The target aesthetic is clean, document-style, workspace-tier (Notion / Linear / Craft) — warm monochrome, editorial serifs, bento grids, no gradients.
minimalist-ui → frontend-design-ultimate
minimalist-ui — enforce warm monochrome palette, typographic contrast, flat bento layouts, ultra-diffuse shadows, muted pastel accents
frontend-design-ultimate — scaffold and build
Mode 4: Redesign (existing UI)
Use when: Upgrading an existing website or app — audit what's broken first, then enforce guardrails and regenerate.
redesign-existing-projects → design-taste-frontend → frontend-design-ultimate
redesign-existing-projects — scan codebase, diagnose generic patterns (typography, color, layout, interactivity, components, iconography), apply targeted fixes
design-taste-frontend — enforce anti-slop constraints on the improved base
frontend-design-ultimate — generate the final production-ready output
Execution Order
Never invert the order within a mode. Guardrails and audits must run before generation.
Quick Usage Prompts
New UI:
- "Use frontend-design-pro to build a SaaS landing page with strict anti-slop guardrails and a complete production-ready React/Tailwind implementation."
- "Apply frontend-design-pro for a mobile-first marketing site with strong typography, disciplined motion, and clean deployment-ready output."
Soft / Luxury:
- "Use frontend-design-pro in soft/luxury mode to build a premium agency portfolio. Cinematic, glass effects, spring physics."
- "Apply high-end-visual-design then frontend-design-ultimate for a $150k-agency-tier SaaS hero section."
Minimalist / Editorial:
- "Use frontend-design-pro in minimalist mode for an editorial dashboard — Notion-style, warm monochrome, bento grid."
- "Apply minimalist-ui then frontend-design-ultimate for a clean workspace-tier landing page."
Redesign:
- "Use frontend-design-pro to redesign this dashboard: audit the existing UI for generic patterns first, enforce taste guardrails, then generate a bold but maintainable frontend."
- "Apply frontend-design-pro redesign mode to this React app — scan for AI slop, fix it, then rebuild with full production discipline."
When To Use
- You want one-command UX that combines design guardrails with end-to-end frontend generation.
- You need high-quality React/Next.js/Vite UI output with explicit anti-generic constraints.
- You want consistent production discipline across layout, motion, responsiveness, and implementation.
When Not To Use
- You only need guardrails without generation — use
design-taste-frontend, high-end-visual-design, or minimalist-ui directly.
- You only need the generation workflow without guardrails — use
frontend-design-ultimate directly.
- You are not doing frontend/UI work.
1---2name: frontend-design-pro3description: Wrapper skill that composes design guardrail skills with the frontend-design-ultimate generation workflow. Supports four composition modes for new UI, soft/luxury, minimalist/editorial, and redesign scenarios.4---56# Frontend Design Pro78One-command composition layer for premium frontend output. Choose the mode that fits your project type — the skill handles execution order automatically.910## Dependencies1112All dependency skills must be installed before this skill will work. Source repos:1314| Skill | Frontmatter name | Source |15|-------|-----------------|--------|16| Taste guardrails | `design-taste-frontend` | [kesslerio/taste-skill](https://github.com/kesslerio/taste-skill) — `skills/taste-skill/` |17| Soft/luxury aesthetic | `high-end-visual-design` | [kesslerio/taste-skill](https://github.com/kesslerio/taste-skill) — `skills/soft-skill/` |18| Minimalist/editorial aesthetic | `minimalist-ui` | [kesslerio/taste-skill](https://github.com/kesslerio/taste-skill) — `skills/minimalist-skill/` |19| Redesign auditor | `redesign-existing-projects` | [kesslerio/taste-skill](https://github.com/kesslerio/taste-skill) — `skills/redesign-skill/` |20| Generator workflow | `frontend-design-ultimate` | [kesslerio/ultimate-frontend-design-openclaw-skill](https://github.com/kesslerio/ultimate-frontend-design-openclaw-skill) |2122## Composition Modes2324### Mode 1: New UI (default)25**Use when:** Building a new interface from scratch with strict anti-slop enforcement.2627```28design-taste-frontend → frontend-design-ultimate29```30311. `design-taste-frontend` — enforce anti-slop constraints, architecture discipline, motion/perf guardrails, and QA gates322. `frontend-design-ultimate` — execute the full generation workflow (aesthetic direction, scaffolding, responsive implementation)3334### Mode 2: Soft / Luxury35**Use when:** The output needs a cinematic, agency-tier, Awwwards-level aesthetic — glass effects, spring physics, double-bezel cards, dramatic whitespace.3637```38high-end-visual-design → frontend-design-ultimate39```40411. `high-end-visual-design` — enforce the Vanguard_UI_Architect persona, variance engine (vibe + layout archetypes), haptic micro-aesthetics, motion choreography422. `frontend-design-ultimate` — scaffold and build4344### Mode 3: Minimalist / Editorial45**Use when:** The target aesthetic is clean, document-style, workspace-tier (Notion / Linear / Craft) — warm monochrome, editorial serifs, bento grids, no gradients.4647```48minimalist-ui → frontend-design-ultimate49```50511. `minimalist-ui` — enforce warm monochrome palette, typographic contrast, flat bento layouts, ultra-diffuse shadows, muted pastel accents522. `frontend-design-ultimate` — scaffold and build5354### Mode 4: Redesign (existing UI)55**Use when:** Upgrading an existing website or app — audit what's broken first, then enforce guardrails and regenerate.5657```58redesign-existing-projects → design-taste-frontend → frontend-design-ultimate59```60611. `redesign-existing-projects` — scan codebase, diagnose generic patterns (typography, color, layout, interactivity, components, iconography), apply targeted fixes622. `design-taste-frontend` — enforce anti-slop constraints on the improved base633. `frontend-design-ultimate` — generate the final production-ready output6465## Execution Order6667Never invert the order within a mode. Guardrails and audits must run before generation.6869## Quick Usage Prompts7071**New UI:**72- "Use frontend-design-pro to build a SaaS landing page with strict anti-slop guardrails and a complete production-ready React/Tailwind implementation."73- "Apply frontend-design-pro for a mobile-first marketing site with strong typography, disciplined motion, and clean deployment-ready output."7475**Soft / Luxury:**76- "Use frontend-design-pro in soft/luxury mode to build a premium agency portfolio. Cinematic, glass effects, spring physics."77- "Apply high-end-visual-design then frontend-design-ultimate for a $150k-agency-tier SaaS hero section."7879**Minimalist / Editorial:**80- "Use frontend-design-pro in minimalist mode for an editorial dashboard — Notion-style, warm monochrome, bento grid."81- "Apply minimalist-ui then frontend-design-ultimate for a clean workspace-tier landing page."8283**Redesign:**84- "Use frontend-design-pro to redesign this dashboard: audit the existing UI for generic patterns first, enforce taste guardrails, then generate a bold but maintainable frontend."85- "Apply frontend-design-pro redesign mode to this React app — scan for AI slop, fix it, then rebuild with full production discipline."8687## When To Use8889- You want one-command UX that combines design guardrails with end-to-end frontend generation.90- You need high-quality React/Next.js/Vite UI output with explicit anti-generic constraints.91- You want consistent production discipline across layout, motion, responsiveness, and implementation.9293## When Not To Use9495- You only need guardrails without generation — use `design-taste-frontend`, `high-end-visual-design`, or `minimalist-ui` directly.96- You only need the generation workflow without guardrails — use `frontend-design-ultimate` directly.97- You are not doing frontend/UI work.