Frontend Design Skill
Overview
This orchestrator skill composes five design dimensions with tech-specific implementations to create distinctive, production-grade frontends that avoid generic AI design patterns.
The 5 Dimensions:
- Typography – Typeface selection, font pairings, weights, sizing, and hierarchy
- Color & Theme – Emotional intent, color systems, and unexpected accents
- Motion – Orchestrated animations, easing, and interaction choreography
- Spatial Composition – Layout, spacing systems, and asymmetrical design
- Backgrounds & Details – Subtle textures, gradients, and visual rewards
Tech Implementations (choose one):
- React with Vite and Framer Motion
- Vue (Options API or Composition API)
- Svelte with custom animations
- HTML/CSS/SCSS fundamentals
- Design system integrations (Tailwind, shadcn/ui, Radix, Material)
Quick Navigation
"I need to create..." - "I want to focus on..."
Typography dimension
→ See ./sub-skills/typography.md
Color & theme system
→ See ./sub-skills/color-theme.md
Motion & animations
→ See ./sub-skills/motion.md
Spatial layout & composition
→ See ./sub-skills/spatial.md
Backgrounds & visual details
→ See ./sub-skills/backgrounds.md
Design thinking checklist
→ See ./sub-skills/design-thinking.md
8-Phase Workflow
- Design Thinking – Answer purpose, tone, constraints, differentiation
- Typography – Select typefaces, weights, sizes, hierarchy
- Color & Theme – Define emotional intent, color system, accents
- Motion – Plan animations, easing, interaction sequences
- Spatial Composition – Design layouts, spacing scales, asymmetry
- Backgrounds & Details – Add subtle textures, gradients, micro-details
- Implementation – Follow your tech-specific sub-skill
- Validation – Design review, accessibility, performance, mobile
Anti-Patterns (Reject These)
Typography
- ❌ Inter, Roboto, Open Sans, Lato, system fonts
- ❌ Mid-range weights only (400, 500, 600)
- ❌ Incremental size scaling (48px → 40px → 32px)
Color
- ❌ Material Design trinity (Blue, Red, Green)
- ❌ Pure grays without personality (#999, #CCC)
- ❌ Oversaturated neon accents
Layout
- ❌ Everything centered (predictable, boring)
- ❌ Uniform padding everywhere
- ❌ "Default SaaS dashboard" aesthetic
Motion
- ❌ Linear timing on everything
- ❌ No animation at all
- ❌ Slow, sluggish transitions (2s+)
Sub-Skills Reference
| Sub-Skill |
Purpose |
typography |
Font selection, pairings, hierarchy, sizing |
color-theme |
Color systems, emotional intent, accents |
motion |
Animations, easing, orchestration, scroll triggers |
spatial |
Layout systems, asymmetry, spacing scales |
backgrounds |
Gradients, textures, micro-details, patterns |
design-thinking |
Pre-design checklist and strategic thinking |
Framework Sub-Skills Reference
| Framework |
Create New |
Fix Existing |
| React + Vite |
frontend-design-react |
frontend-design-fix-react |
| Vue |
frontend-design-vue |
frontend-design-fix-vue |
| Svelte |
frontend-design-svelte |
frontend-design-fix-svelte |
| HTML/CSS |
frontend-design-html |
frontend-design-fix-html |
When to Use This Skill
✅ Building a distinctive frontend that doesn't look AI-generated
✅ Need guidance on typography, color, motion, and layout composition
✅ Want to avoid generic design patterns and clichés
✅ Implementing a design system with intentional principles
✅ Creating multi-page apps with consistent design language
Getting Started
- Pick your framework (React, Vue, Svelte, or HTML)
- Complete the design thinking checklist (
./sub-skills/design-thinking.md)
- Follow the 8-phase workflow (this document)
- Apply each dimension using the corresponding sub-skill
- Validate against the anti-patterns checklist
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: frontend-design-563description: Create distinctive, production-grade frontends by composing design dimensions and tech-specific implementations Use when this capability is needed.4---56# Frontend Design Skill78## Overview910This orchestrator skill composes five design dimensions with tech-specific implementations to create distinctive, production-grade frontends that avoid generic AI design patterns.1112**The 5 Dimensions**:13141. **Typography** – Typeface selection, font pairings, weights, sizing, and hierarchy152. **Color & Theme** – Emotional intent, color systems, and unexpected accents163. **Motion** – Orchestrated animations, easing, and interaction choreography174. **Spatial Composition** – Layout, spacing systems, and asymmetrical design185. **Backgrounds & Details** – Subtle textures, gradients, and visual rewards1920**Tech Implementations** (choose one):2122- React with Vite and Framer Motion23- Vue (Options API or Composition API)24- Svelte with custom animations25- HTML/CSS/SCSS fundamentals26- Design system integrations (Tailwind, shadcn/ui, Radix, Material)2728---2930## Quick Navigation3132### "I need to create..." - "I want to focus on..."3334**Typography dimension**35→ See `./sub-skills/typography.md`3637**Color & theme system**38→ See `./sub-skills/color-theme.md`3940**Motion & animations**41→ See `./sub-skills/motion.md`4243**Spatial layout & composition**44→ See `./sub-skills/spatial.md`4546**Backgrounds & visual details**47→ See `./sub-skills/backgrounds.md`4849**Design thinking checklist**50→ See `./sub-skills/design-thinking.md`5152---5354## 8-Phase Workflow55561. **Design Thinking** – Answer purpose, tone, constraints, differentiation572. **Typography** – Select typefaces, weights, sizes, hierarchy583. **Color & Theme** – Define emotional intent, color system, accents594. **Motion** – Plan animations, easing, interaction sequences605. **Spatial Composition** – Design layouts, spacing scales, asymmetry616. **Backgrounds & Details** – Add subtle textures, gradients, micro-details627. **Implementation** – Follow your tech-specific sub-skill638. **Validation** – Design review, accessibility, performance, mobile6465---6667## Anti-Patterns (Reject These)6869**Typography**7071- ❌ Inter, Roboto, Open Sans, Lato, system fonts72- ❌ Mid-range weights only (400, 500, 600)73- ❌ Incremental size scaling (48px → 40px → 32px)7475**Color**7677- ❌ Material Design trinity (Blue, Red, Green)78- ❌ Pure grays without personality (#999, #CCC)79- ❌ Oversaturated neon accents8081**Layout**8283- ❌ Everything centered (predictable, boring)84- ❌ Uniform padding everywhere85- ❌ "Default SaaS dashboard" aesthetic8687**Motion**8889- ❌ Linear timing on everything90- ❌ No animation at all91- ❌ Slow, sluggish transitions (2s+)9293---9495## Sub-Skills Reference9697| Sub-Skill | Purpose |98|-----------|---------|99| `typography` | Font selection, pairings, hierarchy, sizing |100| `color-theme` | Color systems, emotional intent, accents |101| `motion` | Animations, easing, orchestration, scroll triggers |102| `spatial` | Layout systems, asymmetry, spacing scales |103| `backgrounds` | Gradients, textures, micro-details, patterns |104| `design-thinking` | Pre-design checklist and strategic thinking |105106---107108## Framework Sub-Skills Reference109110| Framework | Create New | Fix Existing |111|-----------|-----------|--------------|112| React + Vite | `frontend-design-react` | `frontend-design-fix-react` |113| Vue | `frontend-design-vue` | `frontend-design-fix-vue` |114| Svelte | `frontend-design-svelte` | `frontend-design-fix-svelte` |115| HTML/CSS | `frontend-design-html` | `frontend-design-fix-html` |116117---118119## When to Use This Skill120121✅ Building a distinctive frontend that doesn't look AI-generated122✅ Need guidance on typography, color, motion, and layout composition123✅ Want to avoid generic design patterns and clichés124✅ Implementing a design system with intentional principles125✅ Creating multi-page apps with consistent design language126127---128129## Getting Started1301311. **Pick your framework** (React, Vue, Svelte, or HTML)1322. **Complete the design thinking checklist** (`./sub-skills/design-thinking.md`)1333. **Follow the 8-phase workflow** (this document)1344. **Apply each dimension** using the corresponding sub-skill1355. **Validate** against the anti-patterns checklist136137---138> Converted and distributed by [TomeVault](https://tomevault.io/claim/matteocervelli) — claim your Tome and manage your conversions.139<!-- tomevault:4.0:skill_md:2026-04-11 -->