maintainer
Meta-skill that loads all llmwiki governance docs and exposes the three maintainer slash commands.
Run the full llmwiki pipeline end-to-end: build → graph → export all → lint.
> /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-allContext preview
What this command does when you run it.
Run the full llmwiki pipeline end-to-end: build → graph → export all → lint.
Run the full llmwiki pipeline end-to-end: build → graph → export all → lint.
Usage: /wiki-all [flags]
`$ARGUMENTS` is forwarded verbatim to `python3 -m llmwiki all`. Common flags:
Run:
python3 -m llmwiki all $ARGUMENTS
The command runs these steps in order and surfaces their combined output:
0. **synthesize** *(only with `--with-synth`)* — fill `wiki/sources/` from `raw/` via the configured LLM backend 1. **build** — compile the static HTML site from `raw/` + `wiki/` 2. **graph** — build the knowledge graph (`graph/graph.json` + interactive `graph.html`) 3. **export all** — write every AI-consumable format (`llms.txt`, `llms-full.txt`, `graph.jsonld`, `sitemap.xml`, `rss.xml`, `robots.txt`, `ai-readme.md`) 4. **lint** — run every registered lint rule against the wiki
Report to the user:
If any step fails, surface the failing step's output and the pipeline exit code.
Use this instead of chaining `/wiki-build` + `/wiki-graph` + `/wiki-lint` manually. It is the canonical one-shot "CI-ready site" command to run after `/wiki-sync`.
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.
Review and triage candidate wiki pages — promote, merge, or discard.