agentsclimarketplace

Ux writing patterns

Skill Dragoon0x/everything-design-taste/skills/ux-writing-patterns

Common UX writing patterns, button copy, form labels, system messages, and conversational UI.From its SKILL.md

Install
npx -y skills add Dragoon0x/everything-design-taste --skill ux-writing-patterns

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 9 stars9 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.

SKILL.md

1.2 KB, 267 tokens by cl100k_base, as published. Nobody here has run it

UX Writing Patterns

Buttons

ActionGoodBad
Save dataSaveSubmit
Remove itemRemoveDelete
Confirm actionConfirm orderOK
Cancel actionCancelGo back
NavigateView detailsClick 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

TypeToneExample
SuccessBrief, confident'Changes saved'
ErrorEmpathetic, helpful'Couldn't connect. Check your network.'
WarningClear, actionable'This action cannot be undone.'
InfoNeutral, 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?'

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.