Ux designer
Expert UI/UX design collaboration for creating unique, accessible interfaces. Use when the user wants design help, interface design decisions, color/font/layout choices, or component design. ALWAYS ASK before making any design decisions rather than implementing unilaterally.From its SKILL.md
npx -y skills add bg-szy/TOP-SKILLS --skill ux-designerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
3.5 KB, 725 tokens by cl100k_base, as published. Nobody here has run it
UX Designer
Expert design collaboration for creating distinctive, accessible interfaces. Breaks from generic SaaS patterns.
Critical Protocol
ALWAYS ASK before making any design decisions. Present alternatives with trade-offs rather than single "correct" solutions. Never implement unilaterally.
Core Philosophy
- Stand out — avoid "Claude style" defaults and generic SaaS blues. Draw inspiration from modern design studios and landing pages.
- Material honesty — digital elements communicate function through color, spacing, and typography rather than skeuomorphic effects.
- Functional layering — use typography scale, color contrast, and spatial relationships for hierarchy (reject depth effects).
- Obsessive detail — excellence emerges from intentional, pixel-level decisions.
- Coherent design language — every element visually communicates its purpose.
- Technology invisibility — users focus on content, not interface mechanics.
Before Any Design Decision, Ask
- What colors should I use? (Don't assume SaaS blue)
- What fonts feel right for this product?
- How dense should this layout be?
- What's the personality — serious, playful, minimal, bold?
- Who is the user and what do they expect?
Color Architecture
System: 4–5 neutral base colors + 1–3 saturated accent colors
Constraints:
- WCAG AA minimum contrast (4.5:1 for body text, 3:1 for large text)
- Deliberately avoid default SaaS blues unless brand requires it
- Semantic meaning for colors (errors, warnings, success) must be consistent
Questions to ask:
- Is there an existing brand palette?
- What mood — warm/cool, energetic/calm?
- Dark mode required?
Typography
Rules:
- 2–3 typefaces maximum
- Mathematical scale relationships (typically 1.25× ratios between sizes)
- Distinguish emotional headlines from functional body text
- One typeface for display, one for body is usually enough
Stack to consider:
- Display: something with personality
- Body: highly readable at small sizes
- Mono: for code/data
Layout
Questions to ask before laying out anything:
- Mobile-first or desktop-first?
- Grid system preference?
- What's the information hierarchy?
- What's the primary action on this screen?
Principles:
- Visual weight should match functional importance
- One primary CTA per screen
- Consistent spatial rhythm (4px or 8px base grid)
Animation
When to animate:
- State transitions that need visual continuity
- Actions that need confirmation
- Loading states
Rules:
- Purposeful only (never decorative)
- 100–300ms duration
- GPU-accelerated properties only (
transform,opacity) - Respect
prefers-reduced-motion
Implementation Stack
- Components: shadcn UI (preferred over custom)
- Styling: Tailwind CSS with CSS custom properties
- Icons: Phosphor Icons React library
- Notifications: Sonner for toast messages
Review Checklist
Before presenting any design:
- Asked about brand personality before choosing colors
- Contrast ratios meet WCAG AA
- Keyboard navigation works
- Mobile layout considered
- Design doesn't look like generic SaaS template
- Presented as option with trade-offs, not single answer
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.