Wiki Export Marp banner
Pratiyush Pratiyush

Wiki Export Marp

Documentation community

Description

Generate a Marp slide deck from wiki content matching a topic. Usage: /wiki-export-marp <topic> Searches the wiki for pages related to `<topic>`, extracts key claims from their Summary / Key Facts / Key Claims sections, and writes a Marp-format markdown deck with title slide, outline, one content slide per matching page, and a summary slide. Output goes to `wiki/exports/<topic-slug>.marp.md` by default. Run: `python3 -m llmwiki export-marp --topic "$ARGUMENTS"`

Installation

Installs to ~/.claude/commands/pratiyush-llm-wiki-wiki-export-marp.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Pratiyush/llm-wiki/HEAD/.claude/commands/wiki-export-marp.md -o ~/.claude/commands/pratiyush-llm-wiki-wiki-export-marp.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository