dsh-plugin-education
Manifest validEducation toolkit for DSH agents: lesson-plan skeletons by grade band, quiz scaffolding and answer-key validation, analytic rubrics, Anki/markdown flashcards, and readability levels.
dsh-plugin-education
An education toolkit for DeepSeek Harness agents: lesson-plan skeletons, quiz validation, rubrics, flashcards, and readability levels. The model authors the content; the plugin supplies structure and checks.
Compatibility
Tool schemas are validated against the @deepseek-ai/dsh-tools value-schema DSL at plugin load (checked against dsh-tools 0.1.0-rc.6 and 0.1.1-rc.2). Earlier releases used JSON-Schema required at the root of output.schema and closed nested objects without declared properties, which made the host abort the whole profile boot with unsupported JSON schema: schema.required is not supported by the value schema DSL and could reject the tool's own results. Current releases fix both; if an affected version left your DSH unable to start, remove the plugin from the profile (or upgrade) — no data is lost.
Install
dsh plugin --profile <profile> add dsh-plugin-education
Restart DSH. The edu_kit tool is registered host-wide.
Tool
| action | purpose |
| --- | --- |
| lesson | Lesson-plan skeleton by grade band (primary / secondary / tertiary / adult) with a minute budget |
| quiz | Validate quiz items — stem, ≥2 unique options, answer index in range, explanation |
| rubric | Analytic rubric table from criteria × levels |
| flashcard | Convert Q/A pairs to Anki TSV or markdown |
| level | Readability — Flesch for English, CJK length heuristics for Chinese |
| grade | Grading sheet from scored items — totals, percentage, letter grade, pass/fail |
| studyplan | Weekly study plan from a date range and topic hour budgets |
| question | Question skeletons by type (single/multiple/fill/short) and difficulty |
| classstats | Class score statistics — mean, median, stdev, pass rate, score bands |
Config
All optional, on the composition row's config:
| key | default | meaning |
| --- | --- | --- |
| personaSection | true | register the education prompt-guidance section |
| sectionOrder | 6 | prompt section order (persona is 0, ascending) |
Design
Pure logic (lib/education.js) has zero DSH/Cordis imports and is unit-tested in isolation; lib/index.js is the thin Cordis plugin wiring the tool and the prompt section. No filesystem access — deterministic and side-effect free.
License
MIT
Roadmap
See ROADMAP.md — next five versions (v0.2.0 – v0.6.0): grading & study plans, question scaffolding & class stats, lesson variants & activities, standards alignment & reports, paper assembly & learning paths.
Compatibility
Versions
| Latest version | Published | Size |
|---|---|---|
| 0.1.0 | — | — |
| 0.2.0 | — | — |
| 0.3.0 | — | — |
| 0.3.1 | — | — |
| 0.3.2 | — | — |
Similar plugins
by Yihong89
DSH teacher plugin: Socratic tutor that leads you to answers from a markdown question set, tracks knowledge gaps in-session, and retests them on a spaced-repetition schedule.
★ 3
MIT
JavaScript
Aug 16, 2026
dsh plugin --profile web add dsh-teacherby AIMarshallLee
Teacher-focused vertical industry preset for DeepSeek Harness — lesson plans, rubrics, quizzes, and teaching materials generation
★ 0
MIT
JavaScript
Sep 3, 2026
dsh plugin --profile web add dsh-teacher-presetby TecFancy
Learning assistant extension for DeepSeek Harness (dsh): brings DeepTutor tutoring to your agent — deep explanations, self-test questions, learning paths, personal knowledge-base search (RAG), and not
★ 3
↓ 172/wk
TypeScript
Aug 29, 2026
dsh plugin --profile web add dsh-deeptutorby 863683348
Academic writing toolkit for DeepSeek Harness agents: paper outlines, title/abstract skeletons, GB/T 7714 / APA / MLA citations, phrasing QA, and a pre-submission checklist
★ 3
↓ 724/wk
MIT
JavaScript
Sep 11, 2026
dsh plugin --profile web add dsh-plugin-academic-writingby MrElysium
DeepSeek Harness plugin: quiz-style reading (答题式阅读) of any Markdown document — 5-stage game loop with a sidebar panel and a reading-area tab.
★ 6
MIT
JavaScript
Aug 18, 2026
dsh plugin --profile web add dsh-md-quizby Kaiji-Z
dsh community plugin: turn any markdown/folder/GitHub learning repo into a guided AI-tutor course (gated skill tree, BKT mastery, SM-2 reviews) inside DeepSeek Harness
★ 13
↓ 1.7k/wk
MIT
TypeScript
Sep 16, 2026
dsh plugin --profile web add dsh-plugin-lookatstudy