marp-generator
Installation
SKILL.md
MARP Generator
This skill turns a topic description or an existing document into a MARP slide deck, exports it to a self-contained HTML file, and wires it into an MkDocs Material site the same way this repo already publishes MicroSims — a dedicated directory under docs/, an index.md documentation page with an embedded iframe, an entry in a gallery page, and a nav entry in mkdocs.yml.
What the user gets
For a deck about, say, "the history of Unix," the skill produces:
docs/slides/history-of-unix/
├── slides.md # MARP source — the only file you hand-edit
├── slides.html # Self-contained rendered export (generated — never hand-edit)
├── slides.pdf # Optional PDF export for download (generated on request)
├── thumbnail.png # First-slide image, used as the gallery card image + og:image
├── metadata.json # Deck metadata (title, theme, slide count, source doc, etc.)
└── index.md # MkDocs page: intro + embedded iframe + fullscreen/download buttons