podo/design-agent-skills

ux-writing-skill

Systematic UX writing for digital products — applies four quality standards (Purposeful, Concise, Conversational, Clear) to all interface copy. Covers microcopy patterns for buttons, error messages, empty states, form labels, notifications, tooltips, and onboarding. Includes accessibility writing guidelines, voice/tone framework, and before/after examples. v1.6.0.

First seen May 23, 2026

Installation

$ npx skills add podo/design-agent-skills --skill ux-writing-skill

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 podo/design-agent-skills · top by installs.

npx skills add podo/design-agent-skills

Browse all from podo/design-agent-skills

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 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 8
License LICENSE
Default branch main
Open issues 1
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 3,102 B
  • docs SUMMARY.md 392 B

History

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

SKILL.md

ux-writing-skill

Catalogue stub — full skill: content-designer/ux-writing-skill

Decision tree

  1. Is the full skill already installed?

- Global: grep -q "^das:" ~/.agents/skills/ux-writing-skill/SKILL.md 2>/dev/null && echo "pointer" || echo "installed" - Project: grep -q "^das:" .agents/skills/ux-writing-skill/SKILL.md 2>/dev/null && echo "pointer" || echo "installed" - No das: block → full skill installed, invoke and proceed - das: block present → go to step 2

  1. Detect scope, then install:

``bash [ -e ~/.agents/skills/ux-writing-skill ] && echo "global" || echo "project" ``

Global: ``bash npx skills add content-designer/ux-writing-skill --skill ux-writing-skill -g -y ``

Project: ``bash npx skills add content-designer/ux-writing-skill --skill ux-writing-skill -y ` > Claude Code: send either command as a chat message starting with !` to run it without leaving the conversation.

Invoke after install

  • Skill name: ux-writing-skill
  • Triggers: "UX writing", "microcopy", "error message copy", "empty state copy", "button label", "UI copy"

What it does

Applies systematic UX writing standards to every piece of interface copy. Four quality dimensions: Purposeful (serves user goals), Concise (8–14 words for labels), Conversational (active voice, second person), Clear (no jargon). Covers the most common UI copy patterns:

  • Buttons & CTAs — action-verb labels, primary/secondary/destructive framing
  • Error messages — what happened, why, how to fix (never blame the user)
  • Empty states — purpose, value prop, call to action
  • Form labels & placeholders — distinction between label, hint, placeholder, validation
  • Notifications & toasts — urgency calibration, dismissal copy
  • Onboarding — progressive disclosure, setup copy, success moments
  • Accessibility — screen reader-first phrasing, aria-label guidance, cognitive load

When NOT to use

  • Long-form product marketing copy — use copywriting-skill
  • Removing AI writing patterns from existing text — use humanize-text
  • Full content strategy / information architecture — use design-with-claude (content-strategist)