Ui-ux-suite style-direction
Visual style direction recommendation with current style analysis + top 3 directions with implementation guidance
install
source · Clone the upstream repo
git clone https://github.com/Aboudjem/ui-ux-suite
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Aboudjem/ui-ux-suite "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/style-direction" ~/.claude/skills/aboudjem-ui-ux-suite-style-direction && rm -rf "$T"
manifest:
skills/style-direction/SKILL.mdsource content
/style-direction: Visual Style Recommendation
Get a visual style direction recommendation for your project.
Flow
- Analyze current visual style
- Identify product type and likely audience
- Compare against 10 viable style directions
- Recommend top 3 with rationale
- For each recommendation: characteristics, implementation checklist, risk factors, reference products
10 Style Directions
- Neo-Minimal - max whitespace, single accent, ultra-clean
- Soft Material - subtle shadows, rounded corners, layered
- Editorial - strong typography, generous whitespace, grid-based
- Glass/Depth - translucent layers, blur, depth cues
- Dark Luxury - dark surfaces, premium accents, bold
- Warm Organic - warm neutrals, rounded, hand-drawn
- Dense Functional - high density, compact, utility-focused
- Bold Expressive - strong colors, large type, animated
- Calm Tech - muted colors, gentle motion, mindful
- System Native - OS conventions, familiar, low-friction
Output
- Current style assessment
- Top 3 recommended directions with:
- Why it fits
- Key characteristics to implement
- Risk factors
- Durability estimate
- Reference products
- Implementation checklist