OPTIMETA

27 mods across 2 repositories, 93 stars between them.

paideia

02

OPTIMETA/PAIDEIA

Plugin Claude Code

Exam-prep workspace for math/physics courses. 18 slash commands + 6 skills to ingest course materials, extract HW-density-weighted patterns, drill via twins/blinds/chains/mocks, and grade hand-written answer PDFs. Every course PDF — lectures, textbook, homework, solutions — is routed through a parallel vision pipeline.

91 1mo ago A tokens not measured original MIT

alt

03

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

04

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

05

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

06

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

07

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

08

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

09

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

10

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

11

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

12

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

13

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

14

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

15

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

16

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

17

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

18

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

19

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

20

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

alt-import

21

OPTIMETA/PAIDEIA

Skill Claude CodeCodex

Parse an Exam Radar (OPTIMETA Alt plugin) export and fold its lecture-emphasis exam-probability signal into the PAIDEIA course index — write course-index/radar.md, annotate course-index/coverage.md with a lecture-emphasis column and divergence flags, and seed a gold-zone weakmap. Invoked by /paideia:alt. The export…

91 1mo ago A 88 tokens original MIT

answer-processing

22

OPTIMETA/PAIDEIA

Skill Claude CodeCodex

Use whenever the user uploads a hand-written or scanned answer PDF to be graded against a reference solution. Converts answer PDFs in answers/.pdf to markdown in answers/converted/.md using the pdf skill (OCR as needed), then performs strategy-based grading against converted/solutions/.md or quizzes/answers.md.…

91 1mo ago A 79 tokens original MIT

course-builder

23

OPTIMETA/PAIDEIA

Skill Claude CodeCodex

Use whenever the user wants to ingest a new course's materials (lecture notes, textbook chapters, HW problems, HW solutions) and build the course-specific knowledge base — patterns.md (recurring solution techniques), coverage.md (HW-to-section map with 🔥 exam tiers + ⚠weak flags), and summary.md (topic tree). Invoked…

91 1mo ago A 119 tokens original MIT

exam-drill

24

OPTIMETA/PAIDEIA

Skill Claude CodeCodex

Use when the user wants exam-focused drilling from the course's analyzed material. Generates twin variants of known problems (/twin), runs strategy-level blind drills on known problems (/blind), creates integration problems chaining multiple patterns (/chain), surfaces pattern cards (/pattern), and shows…

91 1mo ago A 115 tokens original MIT