AI Agent Hub
Back to plugins
⚙️

dsh-plugin-education

Workflow Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install 863683348/dsh-plugin-education

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install 863683348/dsh-plugin-education in your terminal, then restart DSH so the edu_kit tool registers host-wide; source: https://github.com/863683348/dsh-plugin-education

About this plugin

When you use a large language model to author lesson plans, quizzes, or flashcards, the text appears fast, but verifying structural integrity, option validity, and readability fit still falls back on manual review. dsh-plugin-education exists to close that gap: it does not write the content itself, but equips DeepSeek Harness agents with a structured education toolkit that lets the model validate and format its own output immediately after generation.

The plugin exposes seven actions: scaffold a lesson plan with a minute budget across four grade bands, validate quiz items for stem, unique options, answer index, and explanation, build an analytic rubric from a criteria-by-levels matrix, convert Q/A pairs into Anki TSV or Markdown flashcards, assess readability via Flesch scoring for English or CJK length heuristics for Chinese, aggregate scored items into a grading sheet with totals, percentage, letter grade, and pass/fail determination, and generate a weekly study plan from a date range and per-topic hour budgets. Every piece of logic is a pure function with zero filesystem access, making it deterministic and independently unit-testable.

It suits teachers, instructional designers, and course-builders who rely on LLMs for lesson prep and assessment creation, as well as teams embedding content-QA steps into agentic workflows. Configuration is minimal, with only two optional parameters to connect.

Use Cases

  • Scaffold a lesson plan via an agent and instantly validate structure and minute budget
  • Batch-generate quiz items, auto-verify option validity, and produce an analytic rubric
  • One-click convert course Q/A pairs into Anki flashcards and assess readability level

Best For

  • Teachers and course designers leveraging LLMs for lesson prep and assessment creation
  • Developers embedding education-content QA into agentic workflows
  • Online-education teams batch-generating study materials with consistency checks