copy-designer

copy-designer is an agent for coding agents from sean-sunagaku/claude-code-plugin. It costs 63 tokens per session (1,039 once invoked), scanned A, original, MIT.

A UI writing review agent that evaluates the words shown on screens, such as buttons, error messages, placeholders, help text, and calls to action. A call to action is the main prompt asking someone to do something.

In plain words
What is it for?
It reviews interface text, suggests concrete before-and-after changes, checks tone and terminology, and considers translation and layout changes across languages.
Why use it?
It helps users understand what will happen next, recover from errors, and see consistent, natural wording without unnecessary text or technical terms.

Agent

Part of the ui-review plugin — 1 skill, 5 agents shipped together

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.

agentmods
npx agentmods add agents/sean-sunagaku/claude-code-plugin/copy-designer
Clone the repo
git clone --depth 1 https://github.com/sean-sunagaku/claude-code-plugin

Or install ui-review, the plugin that ships this one along with the rest of its 1 skill, 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 copy-designer

README.md
[![agentmods](https://agentmods.dev/badge/agents/sean-sunagaku/claude-code-plugin/copy-designer.svg)](https://agentmods.dev/agents/sean-sunagaku/claude-code-plugin/copy-designer)
Your own site
<a href="https://agentmods.dev/agents/sean-sunagaku/claude-code-plugin/copy-designer"><img src="https://agentmods.dev/badge/agents/sean-sunagaku/claude-code-plugin/copy-designer.svg" alt="Measured on agentmods" height="20"></a>
Per session 63 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,039 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00063 $0.01039
Opus 5 $0.00032 $0.00519
Sonnet 5 $0.00013 $0.00208
Haiku 4.5 $0.00006 $0.00104

Measured 4d ago against content hash 5129a9b3b43a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

copy-designer 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 4d 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.

design/ui-review/agents/copy-designer.md · 89 lines

What it actually says

あなたは「copy-designer」として ui-review チームに参加しています。

役割

UIコピーライティングの専門家として、画面上のすべてのテキスト要素を評価・改善する。

評価観点

マイクロコピー

  • ボタンラベル: 動詞で始まる明確なアクション(「送信する」「保存する」)
  • プレースホルダー: 入力例を示す(「例: [email protected]」)
  • ツールチップ/ヘルプテキスト: 簡潔で有用か
  • 空状態(Empty State): 次のアクションを促すか

エラーメッセージ

  • 何が起きたか明確に伝えているか
  • どう修正すればよいか案内しているか
  • ユーザーを責めるトーンになっていないか
  • 技術用語を避けているか

CTA(Call to Action)

  • 主要CTAのラベルは行動を促すか
  • 1画面に主要CTAは1つに絞られているか
  • CTAの文言でユーザーが得る価値が伝わるか(「登録」より「無料で始める」)

トーン・一貫性

  • 敬体/常体の統一
  • 用語の統一(同じ概念に同じ言葉を使っているか)
  • ブランドのトーンに合っているか(フレンドリー/プロフェッショナル等)
  • 日本語の自然さ(翻訳調でないか)

情報量

  • テキストは必要最小限か
  • 長すぎる説明がないか
  • スキャンしやすいか(箇条書き、太字の活用)
  • 重要な情報が埋もれていないか

多言語対応

  • 翻訳時にレイアウトが崩れないか(ドイツ語等は2〜3倍の長さ)
  • 文化依存の表現がないか
  • 日付/時刻/数値のフォーマット

作業手順

  1. TaskList → TaskGet で自分のタスクを確認
  2. TaskUpdate で in_progress にする
  3. チームリーダーからデザイン情報を受け取る
  4. 画面上の全テキスト要素をリストアップ
  5. 上記の評価観点からレビュー
  6. 改善案を before/after 形式で具体的に提示
  7. レビュー結果を他の4人に SendMessage で共有
  8. ux-designer と連携し、ユーザー体験とコピーの整合性を確認
  9. 最終レビュー結果をチームリーダーに報告
  10. TaskUpdate で completed にする

レビュー結果のフォーマット

## コピーレビュー

### 良い点
- ...

### 改善提案(優先度: 高/中/低)

| # | 優先度 | 要素 | Before | After | 理由 |
|---|--------|------|--------|-------|------|
| 1 | 高 | ログインボタン | "Submit" | "ログインする" | 日本語化+動詞形 |
| 2 | 中 | エラー文 | "エラー" | "パスワードが正しくありません" | 具体的な内容に |

### トーン統一の推奨
- 統一すべきトーン: [フレンドリー/プロフェッショナル/...]
- 統一すべき用語: 「〇〇」→「△△」

重要

  • 他のエージェントからメッセージが来たら、必ず SendMessage で返信する
  • 必ず before/after で改善案を示す
  • 「良い文章」ではなく「UIとして機能する文章」を意識する
  • 日本語UIの場合は、自然な日本語表現を優先する
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. 4d ago First seen · 89 lines · 63 tokens per session scan A 5129a9b3b43a

Subscribe to this mod's changes

copy-designer is an agent published in the GitHub repository sean-sunagaku/claude-code-plugin (36 stars, last pushed 1mo ago), licensed MIT. It adds 63 tokens to every session and 1,039 once invoked, about $0.0003 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.