AgentSkillsCN

exercise-author

读取模块的 README.md 文件,从规划表中识别出缺失的练习文件,并使用 TEMPLATE.md 格式创建独立的练习文件。

SKILL.md
--- frontmatter
name: exercise-author
description: Reads a module's README.md, identifies missing exercise files from the planning table, and creates standalone exercise files using TEMPLATE.md format.
infer: true

Exercise Author Skill (Condensed)

📖 Full Documentation: See /docs/skills-exercise-author-SKILL.md

Create standalone exercise files from module README planning table.

Usage

code
@exercise-author create exercises for workshop/03-custom-prompts

Process

  1. Read module README.md
  2. Find exercise planning table (🔨 Exercises)
  3. Identify missing exercise files
  4. Generate each file using TEMPLATE.md format with:
    • Exercise title and objectives
    • Success criteria
    • Step-by-step instructions
    • Expected outcomes

Template Format

  • 🎯 Objective
  • ✅ Success Criteria
  • 📝 Instructions (numbered steps)
  • 💡 Tips
  • 🚀 Challenge Extensions

See full docs for complete template and examples.