ui-design
Applies consistent renderer UI/UX implementation patterns using a Vercel-inspired white theme, strong accessibility defaults, and repository component conventions.
Best use case
ui-design is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Applies consistent renderer UI/UX implementation patterns using a Vercel-inspired white theme, strong accessibility defaults, and repository component conventions.
Teams using ui-design should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/ui-design/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How ui-design Compares
| Feature / Agent | ui-design | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Applies consistent renderer UI/UX implementation patterns using a Vercel-inspired white theme, strong accessibility defaults, and repository component conventions.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Skill: UI Design This skill defines how to implement or review renderer UI so it looks unified with the existing app and follows a high-quality product design baseline. Primary sources: - `docs/frontend/components.md` - `docs/guidelines/code-standards.md` ## Scope ### Use when - Implementing or refining renderer UI components, pages, or visual states. - Harmonizing new UI with existing app layout, spacing, typography, and interaction patterns. - Validating design consistency before final review. ### Do NOT use when - Working on main/preload architecture without renderer UI impact. - Defining test-suite routing or coverage strategy. ## Design baseline 1. Vercel-inspired white theme direction - Bright base surfaces and subtle neutral layers. - Clean borders and restrained shadows. - High text contrast and clear hierarchy. 2. Repository-first consistency - Reuse existing Tailwind and shadcn patterns. - Respect established component behavior and spacing rhythm. - Prefer extending current primitives over introducing custom one-off controls. 3. UX quality requirements - Clear information hierarchy and predictable navigation. - Visible interactive states (hover, focus, active, disabled). - Keyboard-friendly flows for primary actions. 4. Accessibility defaults - Sufficient contrast in text and controls. - Focus states are always visible. - Meaning is not conveyed by color alone. 5. Responsive behavior - UI must remain usable on desktop and mobile for touched flows. - Avoid layout breakpoints that cause clipped content or inaccessible actions. ## Implementation rules - Use Tailwind classes and shadcn primitives as primary styling stack. - Keep style tokens coherent: spacing, radius, border, and typography should match nearby screens. - Prefer minimal purposeful motion; avoid decorative animation noise. - Avoid inline styles for regular component styling. - Do not introduce new visual language in isolated pages without explicit feature requirement. ## Consistency checklist For each changed UI file, verify: 1. Visual alignment - Matches surrounding pages and shared components. 2. Typography and spacing - Preserves hierarchy and spacing cadence. 3. Interaction quality - States are visible and behavior is predictable. 4. Accessibility - Focus, contrast, and keyboard path remain valid. 5. Responsive stability - Main flow remains functional on mobile and desktop. ## Anti-patterns (blocker) - New UI that ignores existing app visual language. - Hard-to-read text or missing focus states. - One-off style overrides that conflict with shared component patterns. - Large decorative changes without product requirement. ## Definition of done - Changed UI is visually consistent with the app and follows white-theme baseline. - Accessibility and responsive checks pass for touched behavior. - Design adjustments are minimal, intentional, and scope-bounded. ## Output contract Return a structured YAML report including: - `status`: `ok` | `needs_clarification` | `error` - `summary`: short UI consistency and UX quality assessment - `scope`: task IDs, files reviewed, assumptions - `decisions`: key design decisions and rationale - `consistency_checks`: checklist results by file or module - `findings`: issues with severity, evidence, and minimal fix - `verdict`: `ready` | `ready_with_changes` | `not_ready` - `next_actions`: minimal action list - `warnings`: unresolved risks or assumptions
Related Skills
web-design-guidelines
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
vibe-techdesign
Create a Technical Design Document for your MVP. Use when the user wants to plan architecture, choose tech stack, or says "plan technical design", "choose tech stack", or "how should I build this".
ui-ux-designer
Create interface designs, wireframes, and design systems. Masters user research, accessibility standards, and modern design tools.
ui-ux-design-system
Expert in building premium, accessible UI/UX design systems for SaaS apps. Covers design tokens, component architecture with shadcn/ui and Radix, dark mode, glassmorphism, micro-animations, responsive layouts, and accessibility. Use when: ui, ux, design system, shadcn, radix, tailwind, dark mode, animation, accessibility, components, figma to code.
ui-designer
Generate and serve live HTML/CSS/JS UI designs from natural language prompts. Use when the user asks to design, create, build, or prototype a website, landing page, UI, dashboard, web page, or frontend mockup. Also triggers on requests to update, tweak, or iterate on a previously generated design. Replaces traditional UI design + frontend dev workflow.
ui-design-styles
Comprehensive guidance for applying modern UI design styles, including Soft UI, Dark Mode, Flat Design, Neumorphism, Glassmorphism, and Aurora UI Gradients. Use when a user asks to: (1) Apply a specific UI style to a project, (2) Create a modern, visually appealing UI prototype, (3) Improve accessibility while following design trends, or (4) Understand the technical implementation of specific UI effects like frosted glass or soft shadows.
ui-design-create-component
Guided component creation with proper patterns Use when: the user asks to run the `create-component` workflow and the task requires multi-step orchestration. Do not use when: the task is small, single-step, and can be completed directly without orchestration overhead.
ui-design-a11y
无障碍设计审查与修复能力。
u04425-experiment-design-for-nutrition-and-meal-planning
Operate the "Experiment design for nutrition and meal planning" capability in production for nutrition and meal planning workflows. Use when mission execution explicitly requires this capability and outcomes must be reproducible, policy-gated, and handoff-ready.
u2615-regression-sentinel-design-for-household-logistics
Operate the "regression sentinel design for household logistics" capability in production for regression sentinel design for household logistics workflows. Use when mission execution explicitly requires this capability and outcomes must be reproducible, policy-gated, and handoff-ready.
tool-design-style-selector
Use when you need to define or converge a project's visual direction. Scan project documentation to identify intent, then produce a design-system.md (either preserve existing style or pick from 30 presets). Triggers: design system, design spec, UI style, visual style, design tokens, color palette, typography, layout. Flow: scan → intent → (gate) preserve vs preset → deploy design-system.md after confirmation → (default) implement UI/UX per design-system.md (plan first, then execute).
test-pyramid-design
Design optimal test pyramids with unit/integration/E2E ratios. Identify anti-patterns and recommend architecture-specific testing strategies.