maintainer
Meta-skill that loads all llmwiki governance docs and exposes the three maintainer slash commands.
Start a local HTTP server for the built llmwiki site.
> /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-serveContext preview
What this command does when you run it.
Start a local HTTP server for the built llmwiki site.
Start a local HTTP server for the built llmwiki site.
Usage: /wiki-serve [port]
Run:
python3 -m llmwiki serve --port ${ARGUMENTS:-8765}The server binds to `127.0.0.1` only by default (localhost-only). Report the URL to the user.
**Security note**: the server exposes `site/` to anyone who can reach `127.0.0.1:<port>`. For LAN sharing, the user must explicitly pass `--host 0.0.0.0`.
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.