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]

7w4.net提供免費和付費技能下載。

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

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