study-notes-generator

Convert slides and PDFs into structured HTML study notes.

4|1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/Touricks/fanshi_personal_skills --skill study-notes-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: study-notes-generator
Source: https://github.com/Touricks/fanshi_personal_skills/tree/main/original/skills/study-notes-generator
Command: npx skills add https://github.com/Touricks/fanshi_personal_skills --skill study-notes-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Automates the transformation of source documents from slides/ into interactive HTML study notes, reducing manual effort and preserving structure for learning.

Core Features & Use Cases

  • Automatic extraction and organization of slide content into concepts, problem-solution pairs, examples, and quizzes.
  • Generates a single HTML notes file saved to notes/{original-name}-notes.html using the provided template.
  • Real-world use cases include converting lecture slides or PDFs into structured study material for review, testing, and self-assessment.

Quick Start

Provide the slides document to convert and run the generator to output notes to the notes/ folder.

Frequently Asked Questions about study-notes-generator

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

FAQPage Schema
How do I convert PDF slides into interactive HTML study notes?

To convert PDF slides into interactive HTML study notes, place your document in the slides/ folder and run the generator. It extracts key concepts, problems, and examples, then saves the styled output to the notes/ directory.

Can I automatically generate quizzes from my lecture slides?

Yes, you can automatically generate quizzes from lecture slides. The generator extracts content from your source PDFs and slides, organizing it into concepts, problem-solution pairs, and quizzes for self-assessment within a single HTML file.

What is the best way to extract key concepts from course slides for review?

The best way to extract key concepts from course slides for review is using an automated content-conversion tool. It parses your learning materials, identifies core concepts and examples, and structures them into an interactive HTML notes file.

Do I need any extra software dependencies to generate notes from my PDFs?

No, you do not need any extra software dependencies to generate notes from your PDFs. The generator operates standalone without external requirements, using a provided HTML template to style and save your structured study notes.

How does the notes generation process handle the styling of the output HTML?

The notes generation process handles styling by applying the provided assets/template.html to the extracted content. This ensures your parsed slides and PDFs are transformed into structured, interactive HTML study notes ready for review.

Are there limitations when parsing complex PDF learning materials into notes?

When parsing complex PDF learning materials into notes, the output relies entirely on the extractor's ability to identify concepts, problems, and examples. Highly unstructured or image-heavy PDFs may yield less organized HTML study notes than text-based slides.