# UX Patterns

> Apply proven user experience patterns to create intuitive interfaces. Use when this capability is needed.

- Skill: `tomevault-io/ux-patterns` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/ux-patterns`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/ux-patterns/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/ux-patterns

---


# UX Patterns Skill

## Purpose
Apply proven user experience patterns to create intuitive interfaces.

## Navigation Patterns

### Global Navigation
Top or side navigation for main sections.
- Limit to 5-7 primary items
- Highlight current section
- Keep consistent across pages

### Breadcrumbs
Show location in hierarchy.
- Use for deep hierarchies
- Each item is clickable
- Current page is not a link

### Search
Quick access to content.
- Prominent placement
- Autocomplete suggestions
- Clear search button

## Form Patterns

### Inline Validation
Validate as user types.
- Show success for valid fields
- Show errors after field blur
- Don't validate empty required fields until submit

### Progressive Disclosure
Show fields progressively.
- Start with essential fields
- Reveal advanced options on demand
- Group related fields

### Smart Defaults
Pre-fill sensible values.
- Remember previous choices
- Use location for regional defaults
- Pre-select common options

## Feedback Patterns

### Loading States
- Skeleton screens for initial load
- Spinners for short waits (< 3s)
- Progress bars for long operations
- Optimistic updates when possible

### Empty States
- Explain what should be here
- Guide user to add content
- Don't just show "No items"

### Error States
- Explain what went wrong
- Suggest how to fix it
- Provide a path forward

## Confirmation Patterns

### Destructive Actions
- Require explicit confirmation
- Show what will be affected
- Use different color (red) for danger
- Allow undo when possible

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/hffmnnj) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

