Bytesagain Education

👤 loutai0307-prog 📦 v1.0.0 ⭐ 4.3 ⬇️ 934 下載
🎓 教育學習 免費

📖 技能介紹

education

Learning Plan Generator — Generate structured learning paths, quizzes, and track your study progress — all stored locally, no account required.

Commands

Command Description Example
plan Generate a structured learning plan for a topic plan "Python for Data Science"
quiz Generate quiz questions to test your knowledge quiz "Python for Data Science" 5
progress Track and display your study progress progress show / progress done "Day 1"

Usage

bash script.sh plan "topic name"
bash script.sh quiz "topic name" [num_questions]
bash script.sh progress show
bash script.sh progress done "milestone name"
bash script.sh progress reset

Features

  • Generates 7-day learning plans with daily goals and curated free resources
  • Covers 20+ topic areas: programming languages, frameworks, DevOps, math, and more
  • Quiz generator with multiple-choice and open-ended questions
  • Local JSON progress tracking (stored in ~/.local/share/education-skill/progress.json)
  • No internet required — all content is built-in

Requirements

  • bash >= 4.0
  • python3 >= 3.7
  • No external packages required (uses only stdlib)

Examples

7w4.net收錄了海量優質技能外掛。

$ bash script.sh plan "Docker"

📚 Learning Plan: Docker
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Duration  : 7 days
Level     : Beginner → Intermediate

Day 1: Introduction to Containers
  Goals:
    • Understand what containers are vs VMs
    • Install Docker Desktop / Docker Engine
    • Run your first container: docker run hello-world
  Resources:
    • Docker Official Docs — Get Started: https://docs.docker.com/get-started/
    • Play with Docker (free browser sandbox): https://labs.play-with-docker.com/
...
$ bash script.sh quiz "Python" 3

📝 Quiz: Python  (3 questions)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Q1. What is the output of: print(type([]))
  A) <class 'tuple'>
  B) <class 'list'>   ✓
  C) <class 'array'>
  D) <class 'dict'>

Q2. Which keyword is used to define a function in Python?
  A) function
  B) fn
  C) def   ✓
  D) lambda
...
$ bash script.sh progress show

📊 Study Progress
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Topic     : Docker
Started   : 2024-01-15
Completed : Day 1, Day 2
Remaining : Day 3, Day 4, Day 5, Day 6, Day 7
Progress  : ██████░░░░░░░░░░░░░░  2/7 days (29%)

🤖 AI 評測

質量中上。文件清晰、命令簡單、功能實用,內建豐富的學習主題和資源連結。輸出介面美觀,支援進度追蹤。不足是後設資料不完整,缺少一些細節資訊,但整體是一個可用性較高的學習輔助工具。

📊 多維度評分

適應性4.3
規範性4.1
有效性4.7
可靠性4.3
可信度4.4

📁 包含檔案 (3 個)

📄 SKILL.md 2.7 KB
📄 _meta.json 139 B
📄 scripts/script.sh 21.9 KB