Loading...
Loading...
Use when designing or reviewing web UI, implementing forms/buttons/inputs, fixing visual hierarchy issues, creating color systems, building layouts, or when interface feels cluttered, hard to read, or users don't know what to click.
npx skill4agent add ratacat/claude-skills web-interface-design| Task | Load Reference |
|---|---|
| Font sizes, line spacing, heading hierarchy, vertical rhythm | |
| Input fields, validation, checkboxes, radios, selects, textareas | |
| Button hierarchy, sizing, states, CTAs, ghost buttons | |
| Color palettes, dark mode, tints/shades, state colors | |
| Navigation, cards, tabs, accordions, modals, tables, toasts | |
| Grids, spacing scales, responsive patterns, whitespace | |
| Focus techniques, hierarchy principles, action pyramid | |
| Contrast ratios, focus states, screen readers, WCAG | |
| CSS implementation patterns, variables, common styles | |
What's the problem?
├─ Text hard to read, spacing feels off → typography.md
├─ Form not working well, validation issues → forms-and-inputs.md
├─ Users don't know what to click → buttons.md OR visual-hierarchy.md
├─ Colors look wrong, dark mode broken → color-systems.md
├─ Need nav/cards/tabs/modals/tables → ui-components.md
├─ Spacing inconsistent, layout cramped → layout-and-spacing.md
├─ Everything competes for attention → visual-hierarchy.md
├─ Accessibility audit or contrast issues → accessibility.md
└─ Need CSS implementation → css-patterns.md4, 8, 12, 16, 20, 24, 32, 40, 48, 64, 80, 96| Level | Use For | Treatment |
|---|---|---|
| Primary | Main action (ONE per view) | Solid fill, high contrast |
| Secondary | Alternative actions | Outlined or subtle fill |
| Tertiary | Minor actions | Text-only or ghost |