Agent Skills
› elisaterumi-ai/agent-skills-in-practice
› document-generator
document-generator
GitHub用于生成报告、摘要和正式文本等结构化文档的 Skill,指导理解目的、识别章节并逻辑组织内容。
Trigger Scenarios
需要撰写结构化报告
生成内容摘要
创建正式文本
Install
npx skills add elisaterumi-ai/agent-skills-in-practice --skill document-generator -g -y
SKILL.md
Frontmatter
{
"name": "document-generator",
"description": "Generates structured documents such as reports, summaries, and formal texts. Use when creating documents."
}
Instructions
- Understand the purpose of the document
- Identify key sections
- Organize content logically
- Use clear and professional language
Output Format
Title
Introduction
Body
- Section 1
- Section 2
Conclusion
Version History
- 281cc81 Current 2026-07-24 16:50


