Ux writing systems
Skill Dragoon0x/everything-design-taste/skills/ux-writing-systems
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-systemsAssembled 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
UX writing systems, content guidelines, and text component patterns for consistent product language.
SKILL.md
1.2 KB, as published. Nobody here has run it
Ux Writing Systems
Building a UX Writing System
Content Components
- Headings: H1 = page purpose, H2 = section topics.
- Body text: 16px minimum, 45-75 char line length.
- Labels: Short, specific, consistent terminology.
- Descriptions: Support labels when needed. One sentence.
- Help text: Below inputs, before the user needs it.
- Status text: Present tense for current state, past tense for completed.
Terminology Database
- Canonical terms for features (don't call it "workspace" in one place and "project" in another).
- Acronym definitions.
- Prohibited terms (brand-specific no-go words).
String Templates
{User} shared {item} with you.{Count} items selected.- Handle pluralization: 1 item / 2 items.
- Handle zero: "No items" not "0 items."
Tone Matrix
| Context | Tone |
|---|---|
| Success | Brief, satisfied |
| Error | Empathetic, helpful |
| Warning | Clear, non-alarming |
| Onboarding | Patient, encouraging |
| Empty state | Friendly, actionable |