Design System Generator
Design system generator that matches natural language descriptions to design trends. Expert in Swiss Modern, Neobrutalism, Glassmorphism, and 20+ other design trends. Includes trend matching scripts and comprehensive design pattern library.
When to Use This Skill
Activate on:
- "design system", "design trends", "trend matcher"
- "Swiss Modern", "Neobrutalism", "Glassmorphism"
- "match design style", "design trend recommendation"
- "component library trends", "modern design patterns"
NOT for:
- Implementing individual components →
design-system-creator
- Dark mode specifically →
dark-mode-design-expert
- Typography only →
typography-expert
- Accessibility auditing →
color-contrast-auditor
Core Capabilities
This skill provides a trend matching script that maps natural language descriptions to specific design trends including:
- Swiss Modern (clean, minimal, professional)
- Neobrutalism (bold, stark, dramatic)
- Glassmorphism (transparent, frosted glass)
- Neumorphism (soft, tactile, raised)
- Dark Mode (night mode, OLED optimized)
- Hyperminimalism (essential, calm, zen)
- Maximalism (vibrant, colorful, rich)
- Cyberpunk (neon, futuristic, gaming)
- Retrofuturism (vintage sci-fi, arcade)
- 3D Immersive (WebGL, AR, interactive)
- Motion Design (animated, micro-interactions)
- Bold Typography (oversized, kinetic)
- Collage (scrapbook, artistic)
- Sustainable Design (ethical, accessible)
- Claymorphism (soft, rounded, playful)
- Terminal Aesthetic (monospace, CLI)
- Web3/Crypto (gradient, blockchain)
- Botanical/Organic (natural, earthy)
Usage
Run the trend matcher script:
npx ts-node scripts/match-trend.ts "description of desired design"
The script will analyze the description and return the best matching design trend with a score and matched keywords.
1---2name: design-system-generator3description: Design system generator that matches natural language descriptions to design trends. Expert in Swiss Modern, Neobrutalism, Glassmorphism, and 20+ other design trends. Includes trend matching scripts and comprehensive design pattern library.4---56# Design System Generator78Design system generator that matches natural language descriptions to design trends. Expert in Swiss Modern, Neobrutalism, Glassmorphism, and 20+ other design trends. Includes trend matching scripts and comprehensive design pattern library.910## When to Use This Skill1112**Activate on:**13- "design system", "design trends", "trend matcher"14- "Swiss Modern", "Neobrutalism", "Glassmorphism"15- "match design style", "design trend recommendation"16- "component library trends", "modern design patterns"1718**NOT for:**19- Implementing individual components → `design-system-creator`20- Dark mode specifically → `dark-mode-design-expert`21- Typography only → `typography-expert`22- Accessibility auditing → `color-contrast-auditor`2324## Core Capabilities2526This skill provides a trend matching script that maps natural language descriptions to specific design trends including:2728- Swiss Modern (clean, minimal, professional)29- Neobrutalism (bold, stark, dramatic)30- Glassmorphism (transparent, frosted glass)31- Neumorphism (soft, tactile, raised)32- Dark Mode (night mode, OLED optimized)33- Hyperminimalism (essential, calm, zen)34- Maximalism (vibrant, colorful, rich)35- Cyberpunk (neon, futuristic, gaming)36- Retrofuturism (vintage sci-fi, arcade)37- 3D Immersive (WebGL, AR, interactive)38- Motion Design (animated, micro-interactions)39- Bold Typography (oversized, kinetic)40- Collage (scrapbook, artistic)41- Sustainable Design (ethical, accessible)42- Claymorphism (soft, rounded, playful)43- Terminal Aesthetic (monospace, CLI)44- Web3/Crypto (gradient, blockchain)45- Botanical/Organic (natural, earthy)4647## Usage4849Run the trend matcher script:5051```bash52npx ts-node scripts/match-trend.ts "description of desired design"53```5455The script will analyze the description and return the best matching design trend with a score and matched keywords.