Education

👤 bytesagain1 📦 v3.4.1 ⭐ 4.5 ⬇️ 2.3K 下载
🎓 教育学习 免费

📖 技能介绍


name: education description: "Generate study materials. Use when creating study plans, quizzes, flashcards, tracking progress, or scheduling review sessions." version: "3.4.0" author: BytesAgain homepage: https://bytesagain.com source: https://github.com/bytesagain/ai-skills tags: - education - learning - study - quiz - flashcard - review


Education Skill

Generate study plans, quizzes, flashcards, and review materials for any topic. Track progress and schedule sessions.

Commands

plan

Generate a structured learning plan for a topic.

bash scripts/script.sh plan <topic> [--weeks <num>] [--level beginner|intermediate|advanced] [--output json|text]

quiz

Generate quiz questions on a topic.

bash scripts/script.sh quiz <topic> [--count <num>] [--type mcq|truefalse|short] [--difficulty easy|medium|hard]

flashcard

Generate flashcards for key concepts.

bash scripts/script.sh flashcard <topic> [--count <num>] [--format plain|csv|json]

progress

Track and display learning progress.

bash scripts/script.sh progress [--topic <topic>] [--mark <milestone>] [--reset]

schedule

Create a study schedule with time blocks.

bash scripts/script.sh schedule <topic> [--hours-per-day <num>] [--days <num>] [--start <date>]

review

Generate a review checklist from completed topics.

bash scripts/script.sh review <topic> [--scope all|weak|recent] [--format checklist|summary]

Output

7w4.net小葱技能。

All commands print to stdout. Use --output json (where supported) for machine-readable output. Progress data is stored in ~/.education/progress.json.

Requirements

  • bash 4+
  • python3 (standard library only)

Feedback

Questions or suggestions? → https://bytesagain.com/feedback/


Powered by BytesAgain | bytesagain.com

🤖 AI 评测

这是一个设计完整、体系成熟的教育类技能。课程框架覆盖大学四年,主题丰富且循序渐进;教案模板、评价体系、PPT 规范等配套资源齐全。它的优势在于系统性很强,从目标设定到评价反馈形成完整闭环。但不足是只有框架和模板,缺少实际案例参考,实际使用时可能需要大量二次创作。适合有一定经验的辅导员使用。

📊 多维度评分

适应性4.8
规范性4.1
有效性4.7
可靠性4.2
可信度5

📁 包含文件 (3 个)

📄 SKILL.md 1.8 KB
📄 _meta.json 128 B
📄 scripts/script.sh 13.2 KB