Skip to content
Documentation
Command

/wiki-export-marp

Generate a Marp slide deck from wiki content matching a topic.

From plugin
llmwiki
36218 skills18 commands
Install
> /plugin marketplace add Pratiyush/llm-wiki
> /plugin install llmwiki@llmwiki

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/wiki-export-marp

Context preview

What this command does when you run it.

Generate a Marp slide deck from wiki content matching a topic.

Command definition

wiki-export-marp.md

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"`

Ships withllmwiki

LLM-powered knowledge base from your Claude Code, Codex CLI, Cursor, Gemini CLI, and Obsidian sessions. Built on Andrej Karpathy's LLM Wiki pattern.

Get the whole plugin