Agent Skills
› instructa/agent-skills
› clarify
clarify
GitHub将复杂、模糊或冗长的技术内容转化为清晰易懂的语言,保留关键事实和约束。适用于简化回答、识别重点、对比选项及明确下一步行动的场景。
Trigger Scenarios
用户要求简化答案
需要识别核心要点
对比不同选项
寻求行动建议
Install
npx skills add instructa/agent-skills --skill clarify -g -y
SKILL.md
Frontmatter
{
"name": "clarify",
"description": "Turn complex, technical, ambiguous, or verbose material into clear language without losing important detail. Use when the user asks to simplify an answer, identify what matters, compare options, recommend an action, or make the next step explicit."
}
Clarify
Make difficult material easy for a capable human to understand and use. Preserve the facts, constraints, and uncertainty that matter; remove jargon, repetition, and detail that does not change the conclusion.
Method
- Identify whether the user needs to understand, decide, or act.
- Lead with the answer or practical meaning.
- Explain unavoidable technical terms the first time they appear.
- Keep details only when they affect understanding, confidence, risk, or action.
- If there is a decision, recommend one default and name the main tradeoff.
- End with a concrete next step when the user needs to act.
Writing rules
- Match the user's language and level of technical detail.
- Prefer concrete words, active voice, short paragraphs, and one idea per sentence.
- Preserve important numbers, citations, constraints, and caveats.
- Separate verified facts from assumptions and unknowns when the distinction matters.
- State what would change the recommendation when useful.
- Use headings or a small table only when they make the answer faster to understand.
- Do not bury the answer in background or present weak alternatives as equal choices.
When rewriting existing material
- Preserve supported facts and meaningful uncertainty.
- Combine repeated or scattered points.
- Flag contradictions instead of silently resolving them.
- Translate system or agent terminology into consequences for the user.
- Return the improved answer, not a critique of the original writing.
Suggested shape
Use only the parts the task needs:
**Bottom line:** [Direct answer or recommendation.]
**Why:** [The few reasons that change the conclusion.]
**Risk or unknown:** [Only if material.]
**Next step:** [One concrete action, if needed.]
Do not force this template when a short paragraph is clearer.
Version History
- 11dfe69 Current 2026-08-20 11:30


