maintainer
Meta-skill that loads all llmwiki governance docs and exposes the three maintainer slash commands.
Generate a Marp slide deck from wiki content matching a topic.
> /plugin marketplace add Pratiyush/llm-wiki > /plugin install llmwiki@llmwiki
How it fires
How this command gets triggered: by you, by Claude, or both.
/wiki-export-marpContext preview
What this command does when you run it.
Generate a Marp slide deck from wiki content matching a topic.
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"`
LLM-powered knowledge base from your Claude Code, Codex CLI, Cursor, Gemini CLI, and Obsidian sessions. Built on Andrej Karpathy's LLM Wiki pattern.
Repo: Pratiyush/llm-wiki
Meta-skill that loads all llmwiki governance docs and exposes the three maintainer slash commands.
Run the canonical llmwiki code review against a pull request and post findings.
Apply labels + milestone + priority to a new issue using the llmwiki triage rules.
Run the full llmwiki pipeline end-to-end: build → graph → export all → lint.