maintain
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 about', 'look up', 'find in wiki', 'search wiki', 'search for', 'find information about', 'do we have notes on', 'wiki
$ npx -y skills add Oshayr/LLM-Wiki --skill read --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/readContext preview
The summary Claude sees to decide when to auto-load this skill.
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 about', 'look up', 'find in wiki', 'search wiki', 'search for', 'find information about', 'do we have notes on', 'wiki
name: wiki-read description: "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 about', 'look up', 'find in wiki', 'search wiki', 'search for', 'find information about', 'do we have notes on', 'wiki context', 'existing knowledge', 'research', 'look into', 'find out about', 'investigate', 'what is', 'how does X work'."
Ask the wiki a question and get a cited answer. If the wiki doesn't have the answer, automatically researches using whatever tools are available, ingests the results, and answers from the new pages.
Resolve `.wiki/` from plugin install scope. If not found, say "No wiki found. Use `/wiki-write` to create one."
Launch the `wiki-reader` agent with the question and depth level.
1. Read `.wiki/index.md`, identify 2-4 relevant pages 2. Use `bin/search-fulltext.py` for ranked results 3. Read the relevant pages, synthesize a cited answer with `[[slug]]` references 4. **If NOT found or insufficient**: automatically research using whatever tools are available:
5. Offer to save analysis as a wiki page if the answer is substantial
Everything in standard, plus:
This skill works with **whatever tools the user has**. No hardcoded channels or services.
Available tools are discovered at runtime:
The skill uses whatever is available — if the user has Perplexity MCP, it gets used. If they only have WebSearch, that works too.
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:…
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 dashboard — browse pages, view stats, knowledge graph, export. Use on: 'wiki dashboard', 'wiki stats', 'show wiki', 'wiki pages', 'list wiki', 'wiki…