with one click
open-book-exam-prep
open-book-exam-prep contains 3 collected skills from Pattyboi101, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Build a complete open-book exam binder (vault + per-lecture .docx + cross-reference validation) for a course, using your agent's own LLM session — no separate API key. Triggers - `/build-binder <course-path>`, "build the binder for <course>", "process my lectures into a binder". For an already-extracted course, the skill is incremental — it skips unchanged sources.
Scaffold a new open-book-exam-prep course folder for the user. Triggers - "set me up an open-book course", "create a course for X", "scaffold a course", `/setup-course <name>`. Reads from any lecture sources the user points at and produces a complete course/ directory with course.yaml, sources/, templates/ overrides if needed, ready for `python -m pipeline.run --course <path>`.
Generate or mark mock open-book exam papers from a course's binder. Triggers - `/practice-paper <course-path> <module-code>` to generate; "mark it" / "ready to mark" / "grade this" / `/practice-paper <course-path> mark <paper-path>` to mark. If the user is already inside a course directory (CWD has course.yaml), the course-path arg can be omitted.