dragoon0x/everything-design-taste

ux-writing-patterns

Common UX writing patterns, button copy, form labels, system messages, and conversational UI.

First seen Jul 18, 2026

Installation

$ npx skills add dragoon0x/everything-design-taste --skill ux-writing-patterns

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dragoon0x/everything-design-taste · top by installs.

npx skills add dragoon0x/everything-design-taste

Browse all from dragoon0x/everything-design-taste

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,257 B
  • docs SUMMARY.md 120 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

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?'