Content Design
Automatically generate website copy, email subject lines, and social media posts tailored to your brand's voice.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add content-design npx -- -y @trustedskills/content-design
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"content-design": {
"command": "npx",
"args": [
"-y",
"@trustedskills/content-design"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to generate, review, and audit UI copy for SaaS products, specifically within the n8n ecosystem. It specializes in crafting clear, concise labels, error messages, tooltips, and other interface elements, prioritizing user understanding and adhering to established terminology, voice, and tone guidelines. The skill can draft new copy options, critique existing content, or scan files for inconsistencies.
When to use it
- Generating UI copy for new features or components within n8n.
- Reviewing existing UI copy to ensure consistency with brand guidelines and user experience best practices.
- Auditing codebases (Vue components, i18n JSON) for content-related errors or inconsistencies.
- Improving empty states, loading states, and error messages for a more user-friendly experience.
- Evaluating proposed feature names to ensure clarity within the product interface.
Key capabilities
- Drafting UI Copy: Generates 1-3 ranked options for new copy, including surface target, i18n key suggestion, and rationale.
- Reviewing Existing Copy: Provides a table of issues (terminology, tone, grammar) with suggested fixes.
- Auditing Codebases: Scans files for guideline violations using Grep and Glob patterns.
- Adherence to Guidelines: Checks copy against terminology glossaries, voice & tone guidelines, and existing UI patterns.
- Prioritizes Clarity: Focuses on concise language and user needs before injecting personality.
Example prompts
- "Draft a tooltip for the 'Save' button in the workflow editor."
- "Review this error message: 'An unexpected error occurred.' Suggest improvements."
- "Audit all Vue components under
packages/frontend/editor-ui/src/**/*.vuefor terminology violations."
Tips & gotchas
- The skill requires access to relevant files (Vue components, i18n JSON) for auditing and review.
- It prioritizes clarity over personality; avoid prompts requesting overly creative or informal language.
- When drafting copy, be specific about the surface (button, modal, tooltip, etc.) and user action/system state.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.