Ux writing patterns
Skill Dragoon0x/everything-design-taste/skills/ux-writing-patterns
A taste system for AI agents. 288 skills, 80 agents, 12 rules, and 8 hooks that turn generic AI output into work with genuine design quality. Anti-slop detection, typography craft, color systems, brand voice, product strategy, and 50+ specialized reviewers across UI, industry, platform, and content domains.
npx -y skills add Dragoon0x/everything-design-taste --skill ux-writing-patternsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Common UX writing patterns, button copy, form labels, system messages, and conversational UI.
SKILL.md
1.2 KB, as published. Nobody here has run it
UX Writing Patterns
Buttons
| Action | Good | Bad |
|---|---|---|
| Save data | Save | Submit |
| Remove item | Remove | Delete |
| Confirm action | Confirm order | OK |
| Cancel action | Cancel | Go back |
| Navigate | View details | Click here |
Form Labels
- 'Email address' not 'Email:'
- 'Password (8+ characters)' not 'Password'
- Mark optional fields, not required ones
- Sentence case, not Title Case
System Messages
| Type | Tone | Example |
|---|---|---|
| Success | Brief, confident | 'Changes saved' |
| Error | Empathetic, helpful | 'Couldn't connect. Check your network.' |
| Warning | Clear, actionable | 'This action cannot be undone.' |
| Info | Neutral, contextual | 'Your trial ends in 5 days.' |
Conversational UI
- Don't pretend the bot is human
- Set expectations: 'I can help with X, Y, and Z'
- Offer escape: 'Talk to a person' always available
- Confirm understanding: 'You want to [action]. Is that right?'
- Handle failure gracefully: 'I'm not sure I understood. Try rephrasing?'