maintainer
Meta-skill that loads all llmwiki governance docs and exposes the three maintainer slash commands.
Run a self-reflection pass over the whole wiki — look for patterns, gaps, and improvement opportunities.
> /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-reflectContext preview
What this command does when you run it.
Run a self-reflection pass over the whole wiki — look for patterns, gaps, and improvement opportunities.
Run a self-reflection pass over the whole wiki — look for patterns, gaps, and improvement opportunities.
Usage: /wiki-reflect [focus-area]
`$ARGUMENTS` is an optional focus hint: `patterns`, `gaps`, `quality`, `contradictions`, or omit for a general pass.
Unlike `/wiki-lint` (which finds structural issues) or `/wiki-query` (which answers one question), `/wiki-reflect` asks the higher-order question: **what is this wiki trying to say, and what's missing?**
1. **Read `wiki/index.md` and `wiki/overview.md`** to get the current synthesis.
2. **Read every page under `wiki/sources/`, `wiki/entities/`, and `wiki/concepts/`** — or a representative sample if there are more than 50 pages.
3. **Look for:**
4. **Synthesise a 3-5 paragraph reflection** structured as:
5. **Ask the user** whether to:
6. **Append to `wiki/log.md`**:
## [YYYY-MM-DD] reflect | <short summary of findings>
| Hint | What to emphasise | |---|---| | `patterns` | Recurring themes, clusters, evolution over time | | `gaps` | Missing entities/concepts, unanswered questions | | `quality` | Stale summaries, weak writing, duplicated effort | | `contradictions` | Disagreements across pages, unresolved claims | | *(none)* | A general pass — briefly touch each of the above |
1. **Don't edit pages during reflection.** Reflection is read-only. Any changes are proposed to the user, who approves before you touch the wiki. 2. **Distinguish "the wiki says" from "I think".** Cite specific pages (with `[[wikilinks]]`) when describing what the wiki knows. Flag your own interpretations clearly. 3. **Be specific, not vague.** "The wiki covers Python well" is unhelpful. "The wiki has 14 Python sessions, strong coverage of pytest and argparse, but zero on async or typing" is actionable.
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.