Agent Skills
› Teaonly/SKILL.mk
› edit-article
edit-article
GitHub用于编辑和改进文章草稿,通过按标题划分章节、优化段落清晰度与连贯性(每段不超过240字符),并确认章节结构,以提升文章质量。
Trigger Scenarios
用户希望编辑或修订文章草稿
用户需要提升文章的清晰度和行文流畅度
Install
npx skills add Teaonly/SKILL.mk --skill edit-article -g -y
SKILL.md
Frontmatter
{
"name": "edit-article",
"description": "Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft."
}
- First, divide the article into sections based on its headings. Think about the main points you want to make during those sections.
Consider that information is a directed acyclic graph, and that pieces of information can depend on other pieces of information. Make sure that the order of the sections and their contents respects these dependencies.
Confirm the sections with the user.
- For each section:
2a. Rewrite the section to improve clarity, coherence, and flow. Use maximum 240 characters per paragraph.
Version History
- 9ed8bc9 Current 2026-07-24 16:50


