Summary
Generate presentation slides from wiki pages using Marp markdown format.
Motivation
Mentioned in Karpathy's gist as a useful output format. Users should be able to say "create a presentation about graph algorithms from the wiki" and get a Marp-formatted slide deck.
Approach
- New MCP tool:
generate_slides(topic, output_path)
- AI reads relevant wiki pages and formats as Marp markdown
- Saved as a .md file in the wiki (viewable in Obsidian with Marp plugin)
Summary
Generate presentation slides from wiki pages using Marp markdown format.
Motivation
Mentioned in Karpathy's gist as a useful output format. Users should be able to say "create a presentation about graph algorithms from the wiki" and get a Marp-formatted slide deck.
Approach
generate_slides(topic, output_path)