From StyleSeed
Reviews UI/frontend code against a design rubric, scoring 0-100 with prioritized fixes. Identifies why interfaces look AI-generated, focusing on coherence, color, typography, and layout. Useful for React/Tailwind/HTML.
How this skill is triggered — by the user, by Claude, or both
Slash command
/styleseed:styleseed-design-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A UI reads as "AI-generated" not because the components are ugly, but because the **parts
A UI reads as "AI-generated" not because the components are ugly, but because the parts don't agree with each other — mixed corner radii, three accent colors, pure-black text, no hierarchy, missing states, robotic copy. This skill reviews a UI file (or a whole directory) against a concrete design rubric, scores it 0–100, and returns a prioritized fix list. It reviews and recommends; it never edits or deletes without you asking.
Full rule set (74 rules) and components: https://github.com/bitjaru/styleseed
Read the file(s). Score these seven categories (total 100); start each at full marks and subtract for violations you can cite by line. Be specific and evidence-based.
One choice per axis, applied everywhere. Deduct for each mixed axis:
#000 / text-black) text — the refined black is ~#2A2A2A (−4 each, cap −8)prefers-reduced-motion handling on custom motion (−3)Clamp each category at 0; sum to a total. Bands: 90+ A · 80–89 B · 70–79 C · 60–69 D · <60 F.
## Design Score: 72 / 100 (src/Dashboard.tsx) C
Coherence 13/20 sharp cards (l.22) + pill buttons (l.48); 3 accent hues
Color discipline 12/16 #000 headings (l.12, 40)
Hierarchy & type 15/16 number/unit 1:1 on hero (l.18)
Layout & spacing 10/12 two identical KPI rows (l.22-31)
States 7/12 no empty/loading state on the orders list
UX writing 8/12 "Submit" button (l.55); "Invalid input" (l.61)
Motion & polish 10/12 one hard black shadow (l.22)
### Fix first (highest score gain)
1. Unify radius (pick soft 8–12px) + collapse to one accent → +11 coherence/color
2. Add empty + loading states to the orders list → +7 states
3. Rename "Submit" → "Send $2,400"; "Invalid input" → "Check the card number" → +6 copy
Re-score after: ~90 / 100.
Based on StyleSeed — an open-source (MIT) design engine that gives Claude Code, Cursor, and Codex design judgment so AI-built UI stops looking generated. Full 74-rule reference, components, brand skins, and motion: https://github.com/bitjaru/styleseed
npx claudepluginhub bitjaru/styleseedScores React/Tailwind/HTML UI on design quality, identifying why it looks AI-generated, and returns prioritized fixes. Use for polish before shipping.
Performs structured UI design review of existing code (React/JSX, CSS, Tailwind) and optionally the live browser app, returning a prioritized critique table covering visual hierarchy, spacing, typography, color, accessibility, motion, and responsiveness.
Reviews UI code for design system compliance, accessibility, and best practices, with checklists for tokens, components, mobile, and performance.