lecture-review

Transform lecture PDFs into interactive HTML, cheat sheets, and quizzes.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/farzingkh/lecture-review-plugin --skill lecture-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lecture-review
Source: https://github.com/farzingkh/lecture-review-plugin/tree/main/skills/lecture-review
Command: npx skills add https://github.com/farzingkh/lecture-review-plugin --skill lecture-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Lectures are often distributed as PDFs that students struggle to digest quickly. This Skill automates turning lecture PDFs into interactive teach-back HTML companions, per-lecture cheat sheets, and a condensed final cheat sheet to streamline study and exam prep.

Core Features & Use Cases

  • Read PDFs from the Lectures/ folder and generate an HTML teach-back companion that explains concepts with visuals.
  • Create per-lecture cheat sheets (LaTeX/PDF) and a final condensed cheat sheet for exam prep.
  • Include an integrated quiz workflow to assess understanding and track progress across attempts.
  • Provide a setup that auto-creates supporting folders (teach-back/, cheatsheets/, and a state file) in the course directory.

Quick Start

In your course directory, run /lecture-review to start an interactive review session.

Frequently Asked Questions about lecture-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn PDF lecture notes into interactive teach-back study guides?

To turn PDF lecture notes into teach-back study guides, place your PDFs in a Lectures/ folder and run the review command. The Skill processes the material to generate interactive HTML companions, per-lecture cheat sheets, and a final condensed cheat sheet for exam prep.

Can I generate LaTeX cheat sheets automatically from my university course PDFs?

Yes, you can generate LaTeX cheat sheets from course PDFs. The Skill reads PDF lecture material and automatically creates per-lecture LaTeX/PDF cheat sheets along with a final condensed cheat sheet to streamline exam preparation.

What do I need to set up to convert lecture PDFs into HTML and LaTeX outputs?

Converting lecture PDFs into HTML and LaTeX outputs requires Claude Code and a local Python/LaTeX toolchain. You also need to place your lecture PDFs into a Lectures/ folder within your course directory before starting the review session.

Does the lecture review workflow include quizzes to test my understanding of the material?

Yes, the lecture review workflow includes an integrated quiz feature. It assesses your understanding of the processed PDF material and tracks your progress across multiple attempts to help measure comprehension during study sessions.

What is the best way to consolidate multiple lecture PDFs into a single condensed cheat sheet for finals?

The best way to consolidate multiple lecture PDFs into a single cheat sheet is using this automated teach-back workflow. It reads all PDFs in the Lectures/ folder and generates a final condensed cheat sheet summarizing the key concepts for finals.

Why isn't my lecture-review tool generating PDF outputs from my course materials?

If PDF outputs are not generating from course materials, check that your local Python/LaTeX toolchain is properly installed and configured. The Skill requires these local dependencies alongside Claude Code to process lecture PDFs and render LaTeX/PDF outputs.