Design and implement distinctive, production-ready frontend interfaces with strong aesthetic direction. Use when asked to create or restyle web pages, components, or applications (HTML/CSS/JS, React, Vue, etc.).
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Design and implement distinctive, production-ready frontend interfaces with strong aesthetic direction. Use when asked to create or restyle web pages, components, or applications (HTML/CSS/JS, React, Vue, etc.).
Frontend Design Skill
Design and implement memorable frontend interfaces with a clear, intentional aesthetic. The output must be real, working code — not just mood boards. This skill is about design thinking + execution: every visual choice should be rooted in purpose and context.
When to Use
Use this skill when the user wants to:
Create a new web page, landing page, dashboard, or app UI
Design or redesign frontend components or screens
Improve typography, layout, color, motion, or overall visual polish
Convert a concept or brief into a high‑fidelity, coded interface
Inputs to Gather (or Assume)
Before coding, identify:
Purpose & audience: What problem does this UI solve? Who uses it?
Brand/voice: Any reference brands, tone, or visual inspiration?
Tokenized styling: CSS variables for colors, spacing, radii, shadows
Modern layout: prefer CSS Grid/Flex, avoid brittle positioning hacks
Aesthetic Guidelines
Typography
Typography should define the voice of the design
Avoid default fonts (Inter, Roboto, Arial, system stacks)
Use a distinct display font + a refined body font
Implement a clear hierarchy (size, weight, spacing, casing)
Color & Theme
Commit to a palette with a strong point‑of‑view
Avoid timid, overused gradients (e.g., purple‑to‑pink on white)
Use contrast intentionally and check legibility
Verify contrast ratios for every text color on its background. WCAG AA minimum: 4.5:1 for normal text, 3:1 for large text (18px+ bold or 24px+). Target AA at minimum; AAA (7:1) for body text when possible. Dark themes are especially prone to low contrast: a dim text color at 0.5 alpha on a dark background looks fine on a bright monitor but fails in practice. Watch for stacked opacity (a dim color token + an extra opacity property = double hit). Calculate the effective contrast; do not eyeball it.
Composition & Layout
Encourage asymmetry, scale contrast, overlap, or grid breaks
Use negative space deliberately (or controlled density if maximalist)
Create visual rhythm and hierarchy through spacing and alignment
Detail & Atmosphere
Add texture or depth when appropriate (noise, grain, subtle patterns)
Use shadows/glows only when they serve the concept
Consider unique borders, masks, or clip‑paths for distinct shapes
Motion & Interaction
Use motion sparingly but meaningfully
Favor one standout interaction over many tiny ones
Honor prefers-reduced-motion
Avoid
Cookie‑cutter hero + 3 card layouts
Generic gradients and default font choices
Unmotivated decorative elements
Overly flat, characterless component libraries
Deliverables
Provide full code with file names or component boundaries
Make customization easy with CSS variables or config objects
If assets are needed, provide inline SVGs or generative CSS patterns
Quality Checklist (Self‑validate)
Aesthetic direction is unmistakable
Typography feels intentional and expressive
Layout and spacing are consistent and purposeful
Color palette feels cohesive and legible
Text contrast passes WCAG AA (4.5:1) for all text colors on their backgrounds. No stacked opacity that silently drops below threshold. Calculate, do not guess.
Interactions enhance the experience without clutter
Code runs as provided and is production‑ready
Remember: a design is only as strong as its commitment. Choose a direction and execute it relentlessly.