OPTIMETA/PAIDEIA

Paideia — a Claude Code plugin that forms exam readiness locally. Stop renting your own learning.

91Stars on the repository
26Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

alt

01

OPTIMETA/PAIDEIA

Command

Import an Exam Radar (OPTIMETA Alt plugin) export and fold its lecture-emphasis exam signal into the course index — radar.md, a lecture-emphasis column on coverage.md, and a gold-zone weakmap.

91 1mo ago A 44 tokens original MIT

analyze

02

OPTIMETA/PAIDEIA

Command

Analyze converted course materials to produce the course knowledge base — patterns.md, coverage.md, summary.md.

91 1mo ago C 20 tokens original MIT

blind

03

OPTIMETA/PAIDEIA

Command

Strategy-level blind drill on a known HW or example problem. User describes approach in prose (no math typing); Claude verifies against solution then saves clean reference to derivations/.

91 1mo ago A 34 tokens original MIT

chain

04

OPTIMETA/PAIDEIA

Command

Generate an exam-style integration problem chaining N patterns from different parts of the course. User solves on paper, uploads PDF, runs /grade.

91 1mo ago A 28 tokens original MIT

cheatsheet

05

OPTIMETA/PAIDEIA

Command

Generate a one-page exam cheatsheet from course-index and errors/log.md. Outputs to cheatsheet/final.md. Optionally convert to PDF.

91 1mo ago B 29 tokens original MIT

derive

06

OPTIMETA/PAIDEIA

Command

Save a clean reference derivation of a target equation or theorem to derivations/. Draws from course materials (textbook, lecture notes) rather than testing the user.

91 1mo ago A 34 tokens original MIT

doctor

07

OPTIMETA/PAIDEIA

Command

Diagnose the paideia install + course workspace (Python, poppler, tesseract, Ollama/Qwen3-VL, course folders, .course-meta, writable paths, statusline wiring) and optionally auto-repair the permission-free issues. Run when a command won't work or right after cloning.

91 1mo ago A 63 tokens original MIT

grade

08

OPTIMETA/PAIDEIA

Command

Grade user's answer PDF (hand-written, scanned) against reference solution. OCR engine is selectable: claude (default, no extra install), ollama (Qwen3-VL local), or tesseract. Then strategy-based grade.

91 1mo ago C 48 tokens original MIT

graph

09

OPTIMETA/PAIDEIA

Command

Extract prerequisite concept graph from converted course materials and write course-index/concept-graph.md.

91 1mo ago A 18 tokens original MIT

hwmap

10

OPTIMETA/PAIDEIA

Command

Show HW/example coverage of course sections from course-index/coverage.md. HW density = exam probability; surface the exam-hot zones.

91 1mo ago A 26 tokens original MIT

ingest

11

OPTIMETA/PAIDEIA

Command

Convert all course-material PDFs (lectures, textbook, homework, solutions) to markdown via the vision pipeline — one parallel agent per file, LaTeX-faithful transcription. Idempotent — skips already-converted files.

91 1mo ago E 46 tokens original MIT

init-course

12

OPTIMETA/PAIDEIA

Command

Bootstrap a fresh course folder — create directory skeleton, check deps (Python, tesseract; optionally ollama), prompt for interface language (en/ko) + course metadata + OCR engine, and write CLAUDE.md + .course-meta. Run once per course in the course folder's CWD.

91 1mo ago B 62 tokens original MIT

mock

13

OPTIMETA/PAIDEIA

Command

Generate a mock exam matched to the course's structure (inferred from course-index). Saves problem MD + hidden solution MD. User solves on paper, uploads PDF, runs /grade.

91 1mo ago A 37 tokens original MIT

pattern

14

OPTIMETA/PAIDEIA

Command

Show solution pattern cards from course-index/patterns.md, filtered by topic or keyword.

91 1mo ago A 18 tokens original MIT

quiz

15

OPTIMETA/PAIDEIA

Command

Generate N practice problems on a topic. Saves problem MD + hidden answer MD. User solves on paper, uploads answer PDF, then runs /grade. First arg weakmap → auto-load latest weakmap report and target its top weaknesses.

91 1mo ago A 49 tokens original MIT

reindex

16

OPTIMETA/PAIDEIA

Command

Idempotent reindex of an existing course — rewrite retired coverage.md tier markers to canonical vocabulary and materialize errors/log.md nature/phase into the on-disk schema (header keys == data keys), in place and atomically, WITHOUT running analyze.

91 1mo ago A 51 tokens original MIT

twin

17

OPTIMETA/PAIDEIA

Command

Generate a twin variant of a known HW/example problem. Same technique, new surface. User solves on paper, uploads PDF, runs /grade.

91 1mo ago A 29 tokens original MIT

weakmap

18

OPTIMETA/PAIDEIA

Command

Priority-ranked weakness report. No arg → fresh report from latest errors per pattern. With concept arg → patch latest report by adding the user-declared weakness, save as new timestamped file.

91 1mo ago A 38 tokens original MIT