ui-design
✓Verified·Scanned 2/19/2026
Comprehensive UI design skill covering fundamentals, patterns, and anti-patterns. Layout, typography, color, spacing, accessibility, motion, and component design. Use when building any web interface, reviewing design quality, or creating distinctive UIs.
from clawhub.ai·v1.0.0·16.1 KB·0 installs
Scanned from 1.0.0 at 5925dcb · Transparency log ↗
$ vett add clawhub.ai/wpank/ui-design
UI Design Fundamentals
The definitive guide for building production-grade web interfaces. Covers the full stack of design decisions from layout to motion, typography to accessibility.
What's Inside
- Design philosophy and the 80/20 of design quality
- Layout patterns (Grid vs Flexbox decision tree, container strategy)
- Typography (font pairing by context, type scale, rules)
- Color (palette building, surface layering, WCAG contrast)
- Spacing (8px base unit scale, consistent rhythm)
- Visual hierarchy techniques
- Responsive design (breakpoint strategy, fluid techniques)
- Accessibility requirements (contrast, keyboard, focus, motion safety)
- Motion and animation timing guidelines
- Component states (hover, active, focus, disabled, loading)
- Design tokens architecture (three-layer system)
- Pre-delivery checklist
When to Use
- Designing new UI components or pages
- Building landing pages, dashboards, or applications
- Reviewing code for design quality
- Creating distinctive interfaces that avoid generic aesthetics
- Implementing accessibility requirements
Installation
npx add https://github.com/wpank/ai/tree/main/skills/design-systems/ui-design
Manual Installation
Cursor (per-project)
From your project root:
mkdir -p .cursor/skills
cp -r ~/.ai-skills/skills/design-systems/ui-design .cursor/skills/ui-design
Cursor (global)
mkdir -p ~/.cursor/skills
cp -r ~/.ai-skills/skills/design-systems/ui-design ~/.cursor/skills/ui-design
Claude Code (per-project)
From your project root:
mkdir -p .claude/skills
cp -r ~/.ai-skills/skills/design-systems/ui-design .claude/skills/ui-design
Claude Code (global)
mkdir -p ~/.claude/skills
cp -r ~/.ai-skills/skills/design-systems/ui-design ~/.claude/skills/ui-design
Related Skills
- ui-ux-pro-max — Searchable design databases with CLI
- web-design — CSS implementation patterns
- theme-factory — Applying themes to artifacts
- design-system-patterns — Token architecture and theming
Part of the Design Systems skill category.