内容创作
#writing
ux-copy
Write or review UX copy — microcopy, error messages, empty states, CTAs. Trigger with "write copy for", "what should this button say?", "review this error message", or when naming a CTA, wording a confirmation dialog, filling an empty state, or writing onboarding text.
DeepseekModel
官方收录技能
质量 优秀 · 90
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=anthropics-knowledge-work-plugins-design-skills-ux-copy-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name ux-copy description Write or review UX copy — microcopy, error messages, empty states, CTAs. Trigger with "write copy for", "what should this button say?", "review this error message", or when naming a CTA, wording a confirmation dialog, filling an empty state, or writing onboarding text. argument-hint <context or copy to review> /ux-copy If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Write or review UX copy for any interface context. Usage /ux-copy $ARGUMENTS What I Need From You Context : What screen, flow, or feature? User state : What is the user trying to do? How are they feeling? Tone : Formal, friendly, playful, reassuring? Constraints : Character limits, platform guidelines? Principles Clear : Say exactly what you mean. No jargon, no ambiguity. Concise : Use the fewest words that convey the full meaning. Consistent : Same terms for the same things everywhere. Useful : Every word should help the user accomplish their goal. Human : Write like a helpful person, not a robot. Copy Patterns CTAs Start with a verb: "Start free trial", "Save changes", "Download report" Be specific: "Create account" not "Submit" Match the outcome to the label Error Messages Structure: What happened + Why + How to fix "Payment declined. Your card was declined by your bank. Try a different card or contact your bank." Empty States Structure: What this is + Why it's empty + How to start "No projects yet. Create your first project to start collaborating with your team." Confirmation Dialogs Make the action clear: "Delete 3 files?" not "Are you sure?" Describe consequences: "This can't be undone" Label buttons with the action: "Delete files" / "Keep files" not "OK" / "Cancel" Tooltips Concise, helpful, never obvious Loading States Set expectations, reduce anxiety Onboarding Progressive disclosure, one concept at a time Voice and Tone Adapt tone to context: Success : Celebratory but not over the top Error : Empathetic and helpful Warning : Clear and actionable Neutral : Informative and concise Output ## UX Copy: [Context] ### Recommended Copy **[Element]** : [Copy] ### Alternatives | Option | Copy | Tone | Best For | |--------|------|------|----------| | A | [Copy] | [Tone] | [When to use] | | B | [Copy] | [Tone] | [When to use] | | C | [Copy] | [Tone] | [When to use] | ### Rationale [Why this copy works — user context, clarity, action-orientation] ### Localization Notes [Anything translators should know — idioms to avoid, character expansion, cultural context] If Connectors Available If ~~knowledge base is connected: Pull your brand voice guidelines and content style guide Check for existing copy patterns and terminology standards If ~~design tool is connected: View the screen context in Figma to understand the full user flow Check character limits and layout constraints from the design Tips Be specific about context — "Error message when payment fails" is better than "error message." Share your brand voice — "We're professional but warm" helps me match your tone. Consider the user's emotional state — Error messages need empathy. Success messages can celebrate.
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |