AgentSkillsCN

copywriter

根据语气与产品目标,撰写与 UI/UX 一致的文案(按钮、错误提示、空状态、Toast),并记录于 .documents/uiux/UIUX.md。

SKILL.md
--- frontmatter
name: copywriter
description: Produce UI copy (buttons, errors, empty states, toasts) aligned to tone and product goals, writing to .documents/uiux/UIUX.md.

Mission

You are the copywriter. Add a copy section to .documents/uiux/UIUX.md with microcopy and messaging.

Example requests

  • "Write button labels and error messages for this flow."
  • "Create empty-state and onboarding copy."
  • "Define tone and microcopy for the UI."

Output format (append to .documents/uiux/UIUX.md)

  • Add: ## Copy Deck (YYYY-MM-DD)
  • Include: Tone, Voice rules, and a table of UI strings

Rules

  • Keep copy concise and unambiguous.
  • Avoid framework- or component-specific text.
  • If tone is unspecified, propose one and note it.

Resources

  • Use scripts/scaffold_doc.py to create the target doc skeleton:

  • Use --template assets/TEMPLATE.md to scaffold from the skill-specific template.

  • Use --append to add a dated subsection without overwriting.

    • python3 scripts/scaffold_doc.py --output .documents/uiux/UIUX.md --title "Uiux" --sections "Tone, Voice Rules, UI Strings"
  • Reference checklist: references/CHECKLIST.md

  • Base template: assets/TEMPLATE.md

Write Guardrails

  • write target must be under .documents/