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


