maintainer
Meta-skill that loads all llmwiki governance docs and exposes the three maintainer slash commands.
Query the llmwiki and synthesise an answer.
> /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-queryContext preview
What this command does when you run it.
Query the llmwiki and synthesise an answer.
Query the llmwiki and synthesise an answer.
Usage: /wiki-query <your question>
`$ARGUMENTS` is the natural-language question. Follow the **Query Workflow** in `CLAUDE.md`:
1. Read `wiki/index.md` and `wiki/overview.md` to identify the most relevant pages. 2. Read those pages using the Read tool. 3. Synthesise an answer with inline `[[wikilink]]` citations. Quote directly from source pages when helpful. 4. If your answer is substantial (3+ paragraphs), ask the user whether to save it to `wiki/syntheses/<slug>.md`. 5. If the user approves, write the synthesis page using the Synthesis Page Format from `CLAUDE.md`:
--- title: "The question this answers" type: synthesis tags: [] sources: [slug-1, slug-2] last_updated: YYYY-MM-DD --- # The question in full ## Answer ...with [[wikilink]] citations... ## Sources consulted - [[source-1]] - [[source-2]]
6. Append to `wiki/log.md`: `## [YYYY-MM-DD] query | <short question>`
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.