summarize-slides-skill
Turns long lecture PDFs into exam-ready cheat sheets
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install summarize-slides-skill?โผ
Run `npx skills add Li-Baichuan-James/summarize-slides-skill --all -g -y` in your terminal to install the skill globally.
How to summarize lecture slides for exam review?โผ
Give your agent the lecture PDF and ask for an exam-review cheat sheet. It reads the whole deck, extracts key points, formulas, and examples, then compiles a concise PDF with page references.
Does summarize-slides work with Claude Code?โผ
Yes. It follows the universal SKILL.md standard and works with Claude Code, OpenCode, and other compatible agents, alongside the companion pdf skill.
What output does summarize-slides produce?โผ
It generates a LaTeX source file and a compiled PDF cheat sheet saved in a folder next to your source PDF, with Chinese-first writing and English terms kept in parentheses.
Do I need LaTeX installed to use it?โผ
Yes, a working xelatex installation is required for the default compiled PDF output, since the summaries are Chinese-first with math formulas.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides