maintainer
Meta-skill that loads all llmwiki governance docs and exposes the three maintainer slash commands.
Synthesize `wiki/sources/<slug>.md` pages from raw session transcripts using the configured LLM backend.
> /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-synthesizeContext preview
What this command does when you run it.
Synthesize `wiki/sources/<slug>.md` pages from raw session transcripts using the configured LLM backend.
Synthesize `wiki/sources/<slug>.md` pages from raw session transcripts using the configured LLM backend.
Wraps: `python3 -m llmwiki synthesize`
Usage: `/wiki-synthesize` or any natural-language variant. Claude translates the phrasing into flags.
| You say | Runs | |---|---| | "just show me what it would cost" | `python3 -m llmwiki synthesize --estimate` | | "preview without writing" | `python3 -m llmwiki synthesize --dry-run` | | "check the backend is reachable" | `python3 -m llmwiki synthesize --check` | | "force re-synthesize everything" | `python3 -m llmwiki synthesize --force` | | "synthesize but don't touch my wiki yet" | `python3 -m llmwiki synthesize --dry-run` | | "list pending agent prompts" / "what's waiting on me?" | `python3 -m llmwiki synthesize --list-pending` | | "complete pending synthesis \<uuid\>" | `python3 -m llmwiki synthesize --complete <uuid> --page <path>` (body via `--body` or stdin) |
First run on a fresh corpus (dummy backend):
Backend: DummySynthesizer Scanned 785, new 785, synthesized 785, skipped 0 synthesized: proj-a → 2026-04-17-slug-1 …
Re-run on unchanged tree:
Backend: DummySynthesizer Scanned 785, new 0, synthesized 0, skipped 0
want their `wiki/sources/*.md` counterparts immediately.
— pair with `--force` to re-synthesize everything using the new prompt.
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.