| name | frontend-distinctive-design |
| description | Create distinctive, production-grade frontend interfaces with bold, cohesive aesthetics and refined implementation — visual identity, typography systems, color palettes, and layout composition. |
| metadata | {"openclaw":{"emoji":"💎","source":"https://github.com/anthropics/skills"}} |
Frontend Design for Distinctive Interfaces Skill
When to use
- Creating interfaces that stand out from generic templates
- Building a strong visual identity for a product
- Elevating existing designs from "functional" to "memorable"
- Implementing design decisions that create brand recognition
Design principles
- Distinctive ≠ Decorative: Every visual choice should reinforce meaning
- Cohesion over novelty: A consistent system beats scattered creativity
- Restraint is power: Limit your palette, type scale, and effects
- Details matter: Spacing, alignment, and micro-interactions separate good from great
Typography system
:root {
--text-xs: 0.75rem;
--text-sm: 0.875rem;
--text-base: 1rem;
--text-lg: 1.125rem;
--text-xl: 1.25rem;
--text-2xl: 1.5rem;
--text-3xl: 1.875rem;
--text-4xl: 2.25rem;
--heading-tracking: -0.02em;
--heading-weight: 700;
--body-leading: 1.6;
--body-max-width: 65ch;
}
Color palette strategy
- One dominant color for brand identity
- One accent for interactive elements (CTAs, links, selections)
- Neutral scale (8-10 shades) for text, backgrounds, borders
- Semantic colors for success, warning, error (use sparingly)
Layout composition
- Asymmetric grids: Break free from 12-column uniformity
- Generous whitespace: Let elements breathe
- Visual hierarchy: Size, weight, color, and position all contribute
- Rhythm: Consistent spacing scale creates visual harmony
Implementation checklist
Tips for AI Agents
- Ask about the brand personality (playful, professional, bold, minimal).
- Suggest one distinctive element rather than many decorative ones.
- Always provide dark mode considerations.