← ClaudeAtlas

ux-copylisted

Use when writing or reviewing UI text — buttons, error messages, empty states, onboarding, confirmation dialogs, notifications, tooltips, labels, and any user-facing copy in React/Next.js components. Covers voice and tone calibration, microcopy patterns, copy auditing, and refactoring existing copy for consistency and clarity.
LeahyCC/claude-skills · ★ 3 · Web & Frontend · score 72
Install: claude install-skill LeahyCC/claude-skills
# UX Copy — UI Text That Works Production-ready UX copy patterns for React and Next.js applications. Every pattern includes real JSX examples — not just advice, but copy you can use directly in components. **This skill works in two modes:** - **Greenfield** — establishing voice, writing first copy, setting up copy architecture - **Mature codebase** — auditing existing copy, fixing inconsistencies, refactoring for clarity ## Architecture Overview ``` [Voice Definition] ├── Voice worksheet (4 dimensions: formality, humor, authority, warmth) ├── Tone spectrum map (which contexts allow flexibility) └── Project voice profile ("confident, precise, reassuring") ↓ [Component Copy Rules] ├── Buttons → verb-first, specific action, 2-4 words ├── Errors → what happened + why + what to do ├── Empty states → explain + guide + single CTA ├── Confirmations → name the action, never Yes/No ├── Notifications → severity determines tone and persistence ├── Labels → describe the field, not the format └── Tooltips → one sentence, answers "what is this?" ↓ [Writing] ├── Apply universal rules (plain language, active voice, front-load) ├── Modulate tone to context (errors serious, onboarding flexible) └── Match existing voice if mature codebase ↓ [Review] ├── 3 C's test: Clear → Concise → Character ├── Read aloud test └── Consistency check (1 entity = 1 term) ``` ## Quick Reference | Need to