AI Design System Skill
You have access to an AI-powered design system with 50+ professionally curated visual styles. This skill enables you to apply cohesive, distinctive aesthetics to components and interfaces while avoiding generic "AI slop" patterns.
Core Capabilities
1. Style Application
Apply any of 50+ curated styles to components:
"apply art-deco style"
"use brutalist aesthetic"
"make it look cyberpunk"
2. Style Blending
Combine multiple styles with weighted blending:
"blend japandi with scandinavian 80/20"
"mix brutalist with glassmorphism 60/40"
"combine art-deco with cyberpunk 50/50"
3. Component Generation
Generate styled components with current active style:
"create button with current style"
"generate card component in art-deco style"
"build navigation bar using brutalist tokens"
4. Token Management
Access and apply design tokens:
"show available tokens for art-deco"
"list all minimalist styles"
"what colors are in cyberpunk theme?"
Style Categories (50+ Styles)
1. Minimalist & Modern (5 styles)
- minimalist: Pure simplicity, maximum white space, subtle interactions
- brutalist: Raw HTML aesthetic, stark typography, intentional "broken" design
- scandinavian: Light woods, soft colors, cozy functionality
- japandi: Japanese minimalism meets Scandinavian warmth
- swiss: Grid-based, sans-serif typography, asymmetric layouts
2. Historical & Classical (5 styles)
- art-deco: Geometric patterns, gold accents, luxury materials
- art-nouveau: Organic curves, nature motifs, ornamental typography
- baroque: Ornate details, dramatic contrasts, rich embellishments
- victorian: Decorative borders, serif typography, vintage colors
- renaissance: Classical proportions, balanced compositions, refined details
3. Retro & Nostalgic (5 styles)
- retro-80s: Neon colors, geometric shapes, synthwave vibes
- retro-90s: Bold gradients, CD-ROM aesthetics, early web nostalgia
- vaporwave: Pastel pinks/blues, glitch effects, surreal imagery
- y2k: Metallic finishes, bubble letters, early 2000s tech aesthetic
- mid-century: Atomic age design, bold colors, organic shapes
4. Digital UI (5 styles)
- glassmorphism: Frosted glass effects, backdrop blur, transparency layers
- neumorphism: Soft shadows, subtle depth, tactile surfaces
- material-design: Elevation system, bold colors, motion principles
- fluent-design: Acrylic materials, depth layers, light/shadow
- skeuomorphic: Real-world textures, dimensional shadows, tactile metaphors
5. Futuristic & Sci-Fi (5 styles)
- cyberpunk: Neon against dark, tech grunge, high contrast
- cybernetic: Chrome finishes, holographic elements, tech interfaces
- space-age: Cosmic colors, star fields, futuristic typography
- dystopian: Industrial grays, worn textures, utilitarian design
- solarpunk: Eco-futurism, green technology, optimistic sustainability
6. Nature-Inspired (5 styles)
- organic: Natural forms, earth tones, flowing shapes
- botanical: Plant motifs, green palettes, growth patterns
- coastal: Ocean blues, sandy neutrals, weathered textures
- desert: Warm sands, terracotta, minimalist landscapes
- forest: Deep greens, wood textures, layered canopy effects
7. Bold & Expressive (5 styles)
- maximalist: Pattern overload, color clashing, intentional chaos
- pop-art: Bold colors, halftone patterns, comic book aesthetics
- psychedelic: Swirling patterns, kaleidoscopic colors, optical effects
- graffiti: Urban textures, spray paint effects, street art energy
- punk: DIY aesthetic, collage style, rebellious typography
8. Illustration & Artistic (5 styles)
- hand-drawn: Sketchy lines, imperfect shapes, human touch
- watercolor: Soft washes, color bleeding, organic textures
- flat-illustration: Vector art, solid colors, simplified shapes
- isometric: 3D perspective, technical illustration, game-like views
- line-art: Minimal strokes, monochrome, elegant simplicity
9. Cultural & Regional (5 styles)
- mediterranean: Warm blues, terracotta, sun-bleached aesthetics
- nordic: Cool tones, minimalist patterns, functional beauty
- asian-zen: Balance, negative space, natural materials
- tribal: Geometric patterns, earth pigments, cultural motifs
- moroccan: Rich colors, intricate patterns, ornamental details
10. Special Purpose & Emerging (5 styles)
- dark-mode: True blacks, OLED optimization, reduced eye strain
- high-contrast: WCAG AAA compliance, accessibility-first, clear hierarchy
- print-inspired: Newspaper layouts, editorial typography, ink textures
- terminal: Monospace fonts, CLI aesthetics, hacker green or amber
- low-fi: Intentional degradation, pixel art, retro computing
Token Reference Structure
Design tokens are organized hierarchically:
src/design-system/
tokens/
styles/
{style-name}.json # Complete style definition
core/
colors.json # Base color palette
typography.json # Font definitions
spacing.json # Spacing scale
shadows.json # Shadow tokens
animations.json # Motion tokens
Each style token file includes:
- colors: Primary, secondary, accent, surface, text
- typography: Font families, sizes, weights, line heights
- spacing: Margin, padding, gap scales
- borders: Radius, width, styles
- shadows: Elevation levels, focus states
- animations: Transitions, durations, easings
Usage Guidelines
Anti-AI-Slop Principles
NEVER use these generic patterns:
- Inter, Roboto, Arial, or Helvetica as primary fonts
- Purple/blue gradients on white backgrounds (#667eea → #764ba2)
- Generic rounded corners (border-radius: 8px everywhere)
- Cookie-cutter card layouts with drop shadows
- Overused emoji in UI (🚀 ✨ 🎉)
- Generic "modern" spacing (gap: 1rem)
ALWAYS follow these rules:
- Commit fully to a chosen aesthetic - no half measures
- Use design tokens for ALL values - no magic numbers
- Define hover states - every interactive element needs feedback
- Consider dark mode - design for both light and dark from the start
- Test accessibility - maintain WCAG AA contrast minimum
- Use distinctive fonts - choose typefaces that match the style
- Add personality - each style should feel unique and intentional
Style Application Workflow
- Select Style: Choose from 50+ styles or blend multiple
- Load Tokens: Reference token files for the selected style(s)
- Apply Systematically: Use tokens for colors, typography, spacing
- Add Interactions: Define hover, focus, active, disabled states
- Test Cohesion: Ensure all components feel unified
- Document Usage: Note which styles are applied where
Component Generation Best Practices
When generating components:
- Start with semantic HTML structure
- Apply style tokens, not hardcoded values
- Include all interactive states (hover, focus, active, disabled)
- Add ARIA attributes for accessibility
- Provide variants (sizes, colors, states)
- Include usage examples and documentation
Blending Formula
When blending styles with ratios (e.g., 80/20):
- Dominant style (80%): Core colors, primary typography, main spacing
- Accent style (20%): Secondary colors, accent fonts, decorative elements
Example blend:
"blend art-deco with cyberpunk 70/30"
→ Art-deco base with cyberpunk accent colors and occasional neon highlights
Integration with Development Workflow
With Coder Agent
"Hey coder, apply brutalist style to the dashboard components"
→ Coder applies brutalist tokens systematically
With Reviewer Agent
"Reviewer, check if components follow art-deco style guide"
→ Reviewer validates token usage and style consistency
With Planner Agent
"Planner, create a style migration plan from material to glassmorphism"
→ Planner breaks down token replacement strategy
Quick Reference Commands
Inspect Styles
"list all available styles" - Show all 50+ styles
"describe {style-name}" - Get detailed style info
"show {style-name} tokens" - Display token values
Apply Styles
"apply {style-name}" - Set active style
"use {style-name} for {component}" - Style specific component
"restyle {component} as {style-name}" - Convert existing component
Blend Styles
"blend {style-a} with {style-b}" - 50/50 blend
"blend {style-a} with {style-b} {ratio}" - Custom ratio
"what would {style-a} + {style-b} look like?" - Preview blend
Generate Components
"create {component} in {style-name}" - New styled component
"generate {component-set} using current style" - Multiple components
"build {layout} with {style-name} tokens" - Complex layouts
Tips for Success
- Be Specific: "Apply art-deco style" is better than "make it fancy"
- Stay Consistent: Use one style (or blend) per project section
- Trust the Tokens: Don't override token values without good reason
- Test Early: Apply styles early in development, not as afterthought
- Document Choices: Note which styles and why in commit messages
- Embrace Constraints: Limitations drive better design decisions
Resources
- Style Guide:
@references/style-guide.md - Detailed aesthetic rules
- Prompt Templates:
@references/prompt-templates.md - Ready-to-use prompts
- Token Schema:
@references/token-schema.md - Token structure reference
Last Updated: 2025-12-03
Version: 1.0.0
Styles Available: 50+
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: design-system-23description: Apply and manage the AI-powered design system with 50+ curated styles Use when this capability is needed.4---56# AI Design System Skill78You have access to an AI-powered design system with 50+ professionally curated visual styles. This skill enables you to apply cohesive, distinctive aesthetics to components and interfaces while avoiding generic "AI slop" patterns.910## Core Capabilities1112### 1. Style Application1314Apply any of 50+ curated styles to components:1516```17"apply art-deco style"18"use brutalist aesthetic"19"make it look cyberpunk"20```2122### 2. Style Blending2324Combine multiple styles with weighted blending:2526```27"blend japandi with scandinavian 80/20"28"mix brutalist with glassmorphism 60/40"29"combine art-deco with cyberpunk 50/50"30```3132### 3. Component Generation3334Generate styled components with current active style:3536```37"create button with current style"38"generate card component in art-deco style"39"build navigation bar using brutalist tokens"40```4142### 4. Token Management4344Access and apply design tokens:4546```47"show available tokens for art-deco"48"list all minimalist styles"49"what colors are in cyberpunk theme?"50```5152## Style Categories (50+ Styles)5354### 1. Minimalist & Modern (5 styles)5556- **minimalist**: Pure simplicity, maximum white space, subtle interactions57- **brutalist**: Raw HTML aesthetic, stark typography, intentional "broken" design58- **scandinavian**: Light woods, soft colors, cozy functionality59- **japandi**: Japanese minimalism meets Scandinavian warmth60- **swiss**: Grid-based, sans-serif typography, asymmetric layouts6162### 2. Historical & Classical (5 styles)6364- **art-deco**: Geometric patterns, gold accents, luxury materials65- **art-nouveau**: Organic curves, nature motifs, ornamental typography66- **baroque**: Ornate details, dramatic contrasts, rich embellishments67- **victorian**: Decorative borders, serif typography, vintage colors68- **renaissance**: Classical proportions, balanced compositions, refined details6970### 3. Retro & Nostalgic (5 styles)7172- **retro-80s**: Neon colors, geometric shapes, synthwave vibes73- **retro-90s**: Bold gradients, CD-ROM aesthetics, early web nostalgia74- **vaporwave**: Pastel pinks/blues, glitch effects, surreal imagery75- **y2k**: Metallic finishes, bubble letters, early 2000s tech aesthetic76- **mid-century**: Atomic age design, bold colors, organic shapes7778### 4. Digital UI (5 styles)7980- **glassmorphism**: Frosted glass effects, backdrop blur, transparency layers81- **neumorphism**: Soft shadows, subtle depth, tactile surfaces82- **material-design**: Elevation system, bold colors, motion principles83- **fluent-design**: Acrylic materials, depth layers, light/shadow84- **skeuomorphic**: Real-world textures, dimensional shadows, tactile metaphors8586### 5. Futuristic & Sci-Fi (5 styles)8788- **cyberpunk**: Neon against dark, tech grunge, high contrast89- **cybernetic**: Chrome finishes, holographic elements, tech interfaces90- **space-age**: Cosmic colors, star fields, futuristic typography91- **dystopian**: Industrial grays, worn textures, utilitarian design92- **solarpunk**: Eco-futurism, green technology, optimistic sustainability9394### 6. Nature-Inspired (5 styles)9596- **organic**: Natural forms, earth tones, flowing shapes97- **botanical**: Plant motifs, green palettes, growth patterns98- **coastal**: Ocean blues, sandy neutrals, weathered textures99- **desert**: Warm sands, terracotta, minimalist landscapes100- **forest**: Deep greens, wood textures, layered canopy effects101102### 7. Bold & Expressive (5 styles)103104- **maximalist**: Pattern overload, color clashing, intentional chaos105- **pop-art**: Bold colors, halftone patterns, comic book aesthetics106- **psychedelic**: Swirling patterns, kaleidoscopic colors, optical effects107- **graffiti**: Urban textures, spray paint effects, street art energy108- **punk**: DIY aesthetic, collage style, rebellious typography109110### 8. Illustration & Artistic (5 styles)111112- **hand-drawn**: Sketchy lines, imperfect shapes, human touch113- **watercolor**: Soft washes, color bleeding, organic textures114- **flat-illustration**: Vector art, solid colors, simplified shapes115- **isometric**: 3D perspective, technical illustration, game-like views116- **line-art**: Minimal strokes, monochrome, elegant simplicity117118### 9. Cultural & Regional (5 styles)119120- **mediterranean**: Warm blues, terracotta, sun-bleached aesthetics121- **nordic**: Cool tones, minimalist patterns, functional beauty122- **asian-zen**: Balance, negative space, natural materials123- **tribal**: Geometric patterns, earth pigments, cultural motifs124- **moroccan**: Rich colors, intricate patterns, ornamental details125126### 10. Special Purpose & Emerging (5 styles)127128- **dark-mode**: True blacks, OLED optimization, reduced eye strain129- **high-contrast**: WCAG AAA compliance, accessibility-first, clear hierarchy130- **print-inspired**: Newspaper layouts, editorial typography, ink textures131- **terminal**: Monospace fonts, CLI aesthetics, hacker green or amber132- **low-fi**: Intentional degradation, pixel art, retro computing133134## Token Reference Structure135136Design tokens are organized hierarchically:137138```139src/design-system/140 tokens/141 styles/142 {style-name}.json # Complete style definition143 core/144 colors.json # Base color palette145 typography.json # Font definitions146 spacing.json # Spacing scale147 shadows.json # Shadow tokens148 animations.json # Motion tokens149```150151Each style token file includes:152153- **colors**: Primary, secondary, accent, surface, text154- **typography**: Font families, sizes, weights, line heights155- **spacing**: Margin, padding, gap scales156- **borders**: Radius, width, styles157- **shadows**: Elevation levels, focus states158- **animations**: Transitions, durations, easings159160## Usage Guidelines161162### Anti-AI-Slop Principles163164**NEVER use these generic patterns:**165166- Inter, Roboto, Arial, or Helvetica as primary fonts167- Purple/blue gradients on white backgrounds (#667eea → #764ba2)168- Generic rounded corners (border-radius: 8px everywhere)169- Cookie-cutter card layouts with drop shadows170- Overused emoji in UI (🚀 ✨ 🎉)171- Generic "modern" spacing (gap: 1rem)172173**ALWAYS follow these rules:**1741751. **Commit fully** to a chosen aesthetic - no half measures1762. **Use design tokens** for ALL values - no magic numbers1773. **Define hover states** - every interactive element needs feedback1784. **Consider dark mode** - design for both light and dark from the start1795. **Test accessibility** - maintain WCAG AA contrast minimum1806. **Use distinctive fonts** - choose typefaces that match the style1817. **Add personality** - each style should feel unique and intentional182183### Style Application Workflow1841851. **Select Style**: Choose from 50+ styles or blend multiple1862. **Load Tokens**: Reference token files for the selected style(s)1873. **Apply Systematically**: Use tokens for colors, typography, spacing1884. **Add Interactions**: Define hover, focus, active, disabled states1895. **Test Cohesion**: Ensure all components feel unified1906. **Document Usage**: Note which styles are applied where191192### Component Generation Best Practices193194When generating components:1951961. Start with semantic HTML structure1972. Apply style tokens, not hardcoded values1983. Include all interactive states (hover, focus, active, disabled)1994. Add ARIA attributes for accessibility2005. Provide variants (sizes, colors, states)2016. Include usage examples and documentation202203### Blending Formula204205When blending styles with ratios (e.g., 80/20):206207- **Dominant style (80%)**: Core colors, primary typography, main spacing208- **Accent style (20%)**: Secondary colors, accent fonts, decorative elements209210Example blend:211212```213"blend art-deco with cyberpunk 70/30"214→ Art-deco base with cyberpunk accent colors and occasional neon highlights215```216217## Integration with Development Workflow218219### With Coder Agent220221```222"Hey coder, apply brutalist style to the dashboard components"223→ Coder applies brutalist tokens systematically224```225226### With Reviewer Agent227228```229"Reviewer, check if components follow art-deco style guide"230→ Reviewer validates token usage and style consistency231```232233### With Planner Agent234235```236"Planner, create a style migration plan from material to glassmorphism"237→ Planner breaks down token replacement strategy238```239240## Quick Reference Commands241242### Inspect Styles243244- `"list all available styles"` - Show all 50+ styles245- `"describe {style-name}"` - Get detailed style info246- `"show {style-name} tokens"` - Display token values247248### Apply Styles249250- `"apply {style-name}"` - Set active style251- `"use {style-name} for {component}"` - Style specific component252- `"restyle {component} as {style-name}"` - Convert existing component253254### Blend Styles255256- `"blend {style-a} with {style-b}"` - 50/50 blend257- `"blend {style-a} with {style-b} {ratio}"` - Custom ratio258- `"what would {style-a} + {style-b} look like?"` - Preview blend259260### Generate Components261262- `"create {component} in {style-name}"` - New styled component263- `"generate {component-set} using current style"` - Multiple components264- `"build {layout} with {style-name} tokens"` - Complex layouts265266## Tips for Success2672681. **Be Specific**: "Apply art-deco style" is better than "make it fancy"2692. **Stay Consistent**: Use one style (or blend) per project section2703. **Trust the Tokens**: Don't override token values without good reason2714. **Test Early**: Apply styles early in development, not as afterthought2725. **Document Choices**: Note which styles and why in commit messages2736. **Embrace Constraints**: Limitations drive better design decisions274275## Resources276277- **Style Guide**: `@references/style-guide.md` - Detailed aesthetic rules278- **Prompt Templates**: `@references/prompt-templates.md` - Ready-to-use prompts279- **Token Schema**: `@references/token-schema.md` - Token structure reference280281---282283_Last Updated: 2025-12-03_284_Version: 1.0.0_285_Styles Available: 50+_286287---288> Converted and distributed by [TomeVault](https://tomevault.io/claim/lobbi-docs) — claim your Tome and manage your conversions.289<!-- tomevault:4.0:skill_md:2026-04-11 -->