frontend-design-fix
Fix generic frontend designs by applying aesthetic upgrades across the 5 design dimensions
$ Installer
git clone https://github.com/matteocervelli/llms /tmp/llms && cp -r /tmp/llms/frontend-design-system/skills/frontend-design-fix ~/.claude/skills/llms// tip: Run this command in your terminal to install the skill
name: frontend-design-fix description: Fix generic frontend designs by applying aesthetic upgrades across the 5 design dimensions version: 2.0.0 architecture: modular-composable tools: [Read, Write, Edit, Grep, Glob, Bash]
Frontend Design Fix Skill
Overview
This orchestrator skill diagnoses generic design patterns and applies targeted aesthetic upgrades across five design dimensions. Fixes are tech-agnostic (principles) but reference framework-specific implementation skills.
The 5 Dimensions:
- Typography â Replace generic fonts, fix weight hierarchies, aggressive size jumps
- Color & Theme â Remove predictable palettes, introduce CSS variables, add dominant + accent strategy
- Motion â Add orchestrated page loads, staggered reveals, hover surprises
- Spatial Composition â Break centered layouts, introduce asymmetry, adjust spacing strategy
- Backgrounds & Details â Layer gradients, add geometric patterns, create atmospheric depth
Quick Diagnosis
"What's wrong with my design?"
It looks like a template â See ./sub-skills/audit.md
Font choices feel default â See ./sub-skills/typography-fixes.md
Color palette is predictable â See ./sub-skills/color-fixes.md
Everything's static and boring â See ./sub-skills/motion-fixes.md
Layout is centered and uniform â See ./sub-skills/spatial-fixes.md
Backgrounds are flat/plain â See ./sub-skills/background-fixes.md
5-Phase Fix Process
Phase 1: Audit
Identify generic elements, score anti-patterns, assess brand context
â See ./sub-skills/audit.md
Phase 2: Assess Brand & Context
Understand emotional intent, target audience, competitive differentiation
Phase 3: Apply Dimension-Based Fixes
- Typography fixes (typeface, weights, size jumps)
- Color fixes (palette strategy, CSS variables, accents)
- Motion fixes (orchestration, scroll triggers, hover)
- Spatial fixes (asymmetry, overlap, diagonal flow)
- Background fixes (gradients, patterns, depth)
â See specific sub-skills below
Phase 4: Validate Improvements
- Visual hierarchy strengthened?
- Brand personality evident?
- Accessibility maintained (WCAG AA+)?
- Performance acceptable?
Phase 5: Generate Before/After Report
Document improvements, measure impact, establish design guidelines
Anti-Pattern Detection Checklist
Typography
- Using Inter, Roboto, Open Sans, Lato, or system fonts
- Font weights in safe middle range (400, 500, 600 only)
- Size progression is linear/minimal (1.25â1.5x scale)
Color
- Material Design trinity (Blue, Red, Green)
- Oversaturated neon accents
- No color strategy document or CSS variable structure
Layout
- Everything is centered (hero, cards, sections)
- Uniform padding/margins everywhere
- Symmetric, grid-based composition only
Motion
- No animations at all
- Linear timing on all transitions
- Slow, sluggish animations (2s+)
Background
- Flat solid colors throughout
- No visual depth or layering
- No contextual details or micro-patterns
Sub-Skills Reference
| Sub-Skill | Purpose | Lines |
|---|---|---|
audit.md | Design audit checklist and scoring | ~100 |
typography-fixes.md | Font replacement, weight hierarchy, size jumps | ~100 |
color-fixes.md | Palette overhaul, CSS variables, accent strategy | ~100 |
motion-fixes.md | Orchestrated animations, scroll triggers, hover | ~100 |
spatial-fixes.md | Break centered layout, asymmetry, spacing | ~100 |
background-fixes.md | Gradients, patterns, textures, depth | ~100 |
When to Use This Skill
â Design audit reveals generic patterns or lack of differentiation â Existing design feels "AI-generated" or template-like â Need to upgrade without complete redesign â Applying brand personality to standardized UI â Want to improve motion, hierarchy, or visual depth â Building stronger design system foundations
Getting Started
- Run the audit â
./sub-skills/audit.md - Identify weakest dimensions â Anti-pattern checklist above
- Apply targeted fixes â Follow relevant sub-skill(s)
- Validate improvements â Phase 4 checklist
- Document changes â Generate before/after report
Related Skills
- frontend-design â Create new designs (principles-first approach)
- frontend-design-react â React + Vite implementation
- frontend-design-vue â Vue 3 implementation
- frontend-design-svelte â Svelte implementation
- frontend-design-html â Static HTML/CSS implementation
Repository
