Frontend Design Skill
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices.
The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints.
Design Thinking
Before coding, understand the context and commit to a BOLD aesthetic direction:
Purpose: What problem does this interface solve? Who uses it?
Tone: Pick an extreme aesthetic direction:
- Brutally minimal
- Maximalist chaos
- Retro-futuristic
- Organic/natural
- Luxury/refined
- Playful/toy-like
- Editorial/magazine
- Brutalist/raw
- Art deco/geometric
- Soft/pastel
- Industrial/utilitarian
Use these for inspiration but design one that is true to the aesthetic direction.
Constraints: Technical requirements (framework, performance, accessibility)
Differentiation: What makes this UNFORGETTABLE? What's the one thing someone will remember?
CRITICAL: Choose a clear conceptual direction and execute it with precision. Bold maximalism and refined minimalism both work - the key is intentionality, not intensity.
Implementation Standards
Implement working code (HTML/CSS/JS, React, Vue, etc.) that is:
- Production-grade and functional
- Visually striking and memorable
- Cohesive with a clear aesthetic point-of-view
- Meticulously refined in every detail
Frontend Aesthetics Guidelines
Typography
- Choose fonts that are beautiful, unique, and interesting
- Avoid generic fonts like Arial and Inter
- Use distinctive choices that elevate the frontend's aesthetics
- Pair a distinctive display font with a refined body font
- NEVER converge on common choices (Space Grotesk, Inter, Roboto, system fonts)
Color & Theme
- Commit to a cohesive aesthetic
- Use CSS variables for consistency
- Dominant colors with sharp accents outperform timid, evenly-distributed palettes
- Vary between light and dark themes across different components
Motion & Animation
- Use animations for effects and micro-interactions
- Prioritize CSS-only solutions for HTML
- Use Motion library for React when available
- Focus on high-impact moments: one well-orchestrated page load with staggered reveals (animation-delay)
- Use scroll-triggering and hover states that surprise
Spatial Composition
- Unexpected layouts
- Asymmetry
- Overlap
- Diagonal flow
- Grid-breaking elements
- Generous negative space OR controlled density
Backgrounds & Visual Details
Create atmosphere and depth rather than defaulting to solid colors. Add contextual effects and textures that match the overall aesthetic:
- Gradient meshes
- Noise textures
- Geometric patterns
- Layered transparencies
- Dramatic shadows
- Decorative borders
- Custom cursors
- Grain overlays
What to AVOID
NEVER use generic AI-generated aesthetics:
- Overused font families (Inter, Roboto, Arial, system fonts, Space Grotesk)
- Cliched color schemes (particularly purple gradients on white backgrounds)
- Predictable layouts and component patterns
- Cookie-cutter design that lacks context-specific character
Design Variation
- No design should be the same
- Vary between light and dark themes
- Use different fonts for different projects
- Apply different aesthetics to different components
- Interpret creatively and make unexpected choices that feel genuinely designed for the context
Implementation Complexity
Match implementation complexity to the aesthetic vision:
- Maximalist designs: Need elaborate code with extensive animations and effects
- Minimalist designs: Need restraint, precision, and careful attention to spacing, typography, and subtle details
- Elegance comes from executing the vision well
Remember
Don't hold back. Show what can truly be created when thinking outside the box and committing fully to a distinctive vision. Create extraordinary, creative work that is genuinely distinctive and memorable.
1---2name: frontend-design-453description: Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.4license: Complete terms in LICENSE.txt5---6
7# Frontend Design Skill
8
9This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices.
10
11The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints.
12
13## Design Thinking
14
15Before coding, understand the context and commit to a BOLD aesthetic direction:
16
17- **Purpose**: What problem does this interface solve? Who uses it?
18- **Tone**: Pick an extreme aesthetic direction:
19 - Brutally minimal
20 - Maximalist chaos
21 - Retro-futuristic
22 - Organic/natural
23 - Luxury/refined
24 - Playful/toy-like
25 - Editorial/magazine
26 - Brutalist/raw
27 - Art deco/geometric
28 - Soft/pastel
29 - Industrial/utilitarian
30
31 Use these for inspiration but design one that is true to the aesthetic direction.
32
33- **Constraints**: Technical requirements (framework, performance, accessibility)
34- **Differentiation**: What makes this UNFORGETTABLE? What's the one thing someone will remember?
35
36**CRITICAL**: Choose a clear conceptual direction and execute it with precision. Bold maximalism and refined minimalism both work - the key is intentionality, not intensity.
37
38## Implementation Standards
39
40Implement working code (HTML/CSS/JS, React, Vue, etc.) that is:
41- Production-grade and functional
42- Visually striking and memorable
43- Cohesive with a clear aesthetic point-of-view
44- Meticulously refined in every detail
45
46## Frontend Aesthetics Guidelines
47
48### Typography
49- Choose fonts that are beautiful, unique, and interesting
50- Avoid generic fonts like Arial and Inter
51- Use distinctive choices that elevate the frontend's aesthetics
52- Pair a distinctive display font with a refined body font
53- NEVER converge on common choices (Space Grotesk, Inter, Roboto, system fonts)
54
55### Color & Theme
56- Commit to a cohesive aesthetic
57- Use CSS variables for consistency
58- Dominant colors with sharp accents outperform timid, evenly-distributed palettes
59- Vary between light and dark themes across different components
60
61### Motion & Animation
62- Use animations for effects and micro-interactions
63- Prioritize CSS-only solutions for HTML
64- Use Motion library for React when available
65- Focus on high-impact moments: one well-orchestrated page load with staggered reveals (animation-delay)
66- Use scroll-triggering and hover states that surprise
67
68### Spatial Composition
69- Unexpected layouts
70- Asymmetry
71- Overlap
72- Diagonal flow
73- Grid-breaking elements
74- Generous negative space OR controlled density
75
76### Backgrounds & Visual Details
77Create atmosphere and depth rather than defaulting to solid colors. Add contextual effects and textures that match the overall aesthetic:
78- Gradient meshes
79- Noise textures
80- Geometric patterns
81- Layered transparencies
82- Dramatic shadows
83- Decorative borders
84- Custom cursors
85- Grain overlays
86
87## What to AVOID
88
89NEVER use generic AI-generated aesthetics:
90- Overused font families (Inter, Roboto, Arial, system fonts, Space Grotesk)
91- Cliched color schemes (particularly purple gradients on white backgrounds)
92- Predictable layouts and component patterns
93- Cookie-cutter design that lacks context-specific character
94
95## Design Variation
96
97- No design should be the same
98- Vary between light and dark themes
99- Use different fonts for different projects
100- Apply different aesthetics to different components
101- Interpret creatively and make unexpected choices that feel genuinely designed for the context
102
103## Implementation Complexity
104
105Match implementation complexity to the aesthetic vision:
106- **Maximalist designs**: Need elaborate code with extensive animations and effects
107- **Minimalist designs**: Need restraint, precision, and careful attention to spacing, typography, and subtle details
108- Elegance comes from executing the vision well
109
110## Remember
111
112Don't hold back. Show what can truly be created when thinking outside the box and committing fully to a distinctive vision. Create extraordinary, creative work that is genuinely distinctive and memorable.