What problem does it solve?
slides-to-notes converts MARP slide content into a coherent, textbook-style Quarto lecture document, so you can produce a readable companion reader instead of rewriting from scratch.
Core Features & Use Cases
- Prose expansion: Expands slide bullet points into full, explanatory textbook-style paragraphs.
- Citation normalization: Converts inline (Author, Year) citations into proper BibTeX citekeys for Quarto rendering.
- Source resolution: Validates citations against an existing .bib file and auto-fetches missing metadata via CrossRef and arXiv (with stub entries when verification is not possible).
- Handout-compatible output: Generates a Quarto QMD in handout-typst format and updates/creates
references.bib next to the slides.
Quick Start
Use the slides-to-notes skill to write lecture notes by providing the path to your MARP .md slides file and letting it generate the corresponding .qmd and references.bib.