ux-copy

ux-copy is a command for Claude Code from Laith0003/ux-skill. It costs 121 tokens per session (2,793 once invoked), scanned A, original, MIT.

A command for reviewing and rewriting the words people see in a user interface, such as buttons, empty states, and error messages, according to a chosen writing style.

In plain words
What is it for?
Use it to review a URL, screenshot, file, or pasted text and get a before-and-after table with issue severity plus clean replacement text.
Why use it?
It finds wording that is unclear, generic, or inconsistent and shows what to change. This helps when the layout works but the interface text feels weak.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions subagents.

Part of the ux plugin — 25 commands, 5 agents shipped together

Good fit Use it to review a URL, screenshot, file, or pasted text and get a before-and-after table with issue severity plus clean replacement text.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/laith0003/ux-skill/ux-copy
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/Laith0003/ux-skill

Made for: Claude Code.

Or install ux, the plugin that ships this one along with the rest of its 25 commands, 5 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ux-copy

README.md
[![agentmods](https://agentmods.dev/badge/commands/laith0003/ux-skill/ux-copy.svg)](https://agentmods.dev/commands/laith0003/ux-skill/ux-copy)
Your own site
<a href="https://agentmods.dev/commands/laith0003/ux-skill/ux-copy"><img src="https://agentmods.dev/badge/commands/laith0003/ux-skill/ux-copy.svg" alt="Measured on agentmods" height="20"></a>
Per session 121 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,793 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00121 $0.02793
Opus 5 $0.00060 $0.01396
Sonnet 5 $0.00024 $0.00559
Haiku 4.5 $0.00012 $0.00279

Measured 8d ago against content hash 6e0b998506fe, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

ux-copy scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/ux-copy.md · 226 lines

How it starts

The opening of the file, as written. The whole thing — 226 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/ux-copy

You are running the /ux-copy command from the ux plugin. The job is to evaluate every visible string on a surface against the voice rubric and produce a before/after rewrite that the team can drop in.

When to use

Triggers: "review the copy", "fix the microcopy", "the error messages are bad", "rewrite this", "copy pass", "tighten the strings", "the buttons sound generic", "this empty state is dead", "the errors are useless".

Use when the structure of the surface is roughly right but the words are weak. Not for layout problems (use /ux-audit or /ux-polish). Not for accessibility-driven copy (use /ux-a11y, which catches alt text and form-error wiring).

Input

One of: a URL, an absolute file path containing the strings (Blade view, JSX, JSON locale file, etc.), a screenshot, or pasted copy. Also required: the target voice — either named (e.g., "Dot voice: direct, warm, brief, unpretentious") or pasted as a short voice spec. If voice is not provided and the project has a voice file (project_dot_voice.md or similar), read it and use it.

Process

1. Establish the voice

Confirm or look up the target voice. Surface the rubric explicitly at the top of the output so the user can disagree before you spend time rewriting.

Standard voice rubric (default if no voice provided):

  • Direct — say the thing, no preamble.
  • Warm — assume good faith, not corporate.
  • Brief — two sentences max, one if you can.
  • Specific — name the thing, name the action.
  • Unpretentious — no "leverage," "empower," "seamless," "robust."

Project-specific voice overrides the default — if Dot is the project, the rubric is whatever project_dot_voice.md says.

2. Extract every string

Pull every visible string from the surface:

  • Headings, subheads, body copy
  • Button labels, link text
  • Form labels, placeholder text, helper text, validation messages
  • Error states, empty states, loading states, success messages
  • Tooltips, modal titles, modal body, modal CTAs
  • Notification text, toast text
  • Image alt text (also caught by /ux-a11y — flag here too)
  • Locale file keys if a locale file is in scope

Read the full file on GitHub · 226 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 226 lines · 121 tokens per session scan A 6e0b998506fe

Subscribe to this mod's changes

ux-copy is a command published in the GitHub repository Laith0003/ux-skill (68 stars, last pushed yesterday), licensed MIT. It adds 121 tokens to every session and 2,793 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other commands, from other repositories

accessibility-audit

You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive technology compatibility. Conduct comprehensive audits, identify barriers, provide remediation guidance, and ensure digital products are accessible to all users.

wshobson/agents · 0 tokens

cinematic-scroll

Build cinematic, scroll-driven websites with the cinematic-scroll skill — pinned chapter reveals, hero/multi-depth parallax, scroll-linked 3D tilt and camera moves, and environment-morphing backgrounds. From a single self-contained .html scroll section (Mode A) to a full Next.js release site with optional AI-generated…

MustBeSimo/cinematic-scroll-skill · 0 tokens

healthcare-ux-specialist

Use when designing clinical or patient-facing interfaces. Clinical workflows, displaying sensitive patient data, HIPAA considerations in the UI, and medical terminology patients do not speak.

imsaif/design-with-claude · 32 tokens

motion-designer

Use when animation feels wrong. Transitions too slow or too bouncy, motion with no purpose, blanket transitions on every property, no reduced-motion support, or animation that drops frames.

imsaif/design-with-claude · 37 tokens

spacing-layout-specialist

Use when spacing looks arbitrary. Padding and margins off any scale, inconsistent gaps between the same components, no grid underneath, or a layout that needs a denser mode.

imsaif/design-with-claude · 34 tokens

add-library

Kullanıcı "kütüphane ekle", "library ekle", "tasarım sistemi ekle", "design system ekle" dediğinde bu komutu uygula.

atezer/FMCP · 0 tokens