Agent Skills
› aiming-lab/MetaClaw
› audience-aware-communication
audience-aware-communication
GitHub指导根据读者专业程度调整写作风格,包括术语使用、深度和格式,确保内容易于理解且针对性强。
Trigger Scenarios
撰写技术文档或解释性内容
向不同受众发送响应或说明
Install
npx skills add aiming-lab/MetaClaw --skill audience-aware-communication -g -y
SKILL.md
Frontmatter
{
"name": "audience-aware-communication",
"category": "general",
"description": "Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing."
}
Audience-Aware Communication
Before writing, consider who will read this.
Questions to ask:
- Expert or beginner? Use jargon only if the audience knows it.
- Needs to act or just understand? Action-oriented writing uses imperative mood.
- Reading for reference or scanning? Use headers, bullets, and code blocks.
Adaptation rules:
- Beginners: define terms, use analogies, avoid acronyms.
- Experts: skip basics, link to references, focus on the non-obvious.
- Mixed audience: lead with the executive summary, put details in sections.
Anti-pattern: Writing at your own knowledge level without adjusting for the reader.
Version History
- 922caf3 Current 2026-07-25 11:07


