maintain
Wiki maintenance — lint broken links, merge near-duplicates, upgrade confidence, flag stale pages via freshness tiers, gap analysis, concept synthesis. Use on:…
Start the wiki web server — browsable Wikipedia-style UI with live research, split-pane editor, AI assist, and themes. Manual trigger only: /wiki-serve, 'start wiki server', 'browse the wiki'.
$ npx -y skills add Oshayr/LLM-Wiki --skill serve --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/serveContext preview
The summary Claude sees to decide when to auto-load this skill.
Start the wiki web server — browsable Wikipedia-style UI with live research, split-pane editor, AI assist, and themes. Manual trigger only: /wiki-serve, 'start wiki server', 'browse the wiki'.
name: wiki-serve description: "Start the wiki web server — browsable Wikipedia-style UI with live research, split-pane editor, AI assist, and themes. Manual trigger only: /wiki-serve, 'start wiki server', 'browse the wiki'."
Launch a local web server that presents the wiki as a browsable, Wikipedia-style website with live background research, integrated chat, and a split-pane editor with AI assist.
Resolve `.wiki/` from plugin install scope. Auto-create if missing.
The FastAPI web server **only runs when explicitly requested**. There are two ways to start it:
1. Run the `/wiki-serve` skill from Claude Code (recommended):
/wiki-serve
2. The server automatically:
Dependencies are installed automatically by the plugin's `SessionStart` hook. To start the server manually from the command line:
python path/to/skills/serve/scripts/server.py --wiki-dir .wiki/ --port 8420
Replace `path/to` with the full path to your LLM-Wiki installation (typically `.claude/plugins/llm-wiki`).
If dependencies are missing, install manually: `pip install -r requirements.txt`
Kill the server process on port 8420. Either:
An autonomous knowledge base that grows as you work. LLM Wiki is a Claude Code plugin that captures research, ideas, and decisions into an interlinked wiki with semantic search, automatic research, and a Wikipedia-style web UI.
Repo: Oshayr/LLM-Wiki
Wiki maintenance — lint broken links, merge near-duplicates, upgrade confidence, flag stale pages via freshness tiers, gap analysis, concept synthesis. Use on:…
Search and query the wiki — get cited answers, with automatic research when knowledge is missing. Three depth modes. Use when: 'check wiki', 'what do we know…
Wiki dashboard — browse pages, view stats, knowledge graph, export. Use on: 'wiki dashboard', 'wiki stats', 'show wiki', 'wiki pages', 'list wiki', 'wiki…