read
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 maintenance — lint broken links, merge near-duplicates, upgrade confidence, flag stale pages via freshness tiers, gap analysis, concept synthesis. Use on: 'wiki maintenance', 'wiki cleanup', 'fix wiki', 'wiki health', 'check wiki', 'consolidate wiki'.
$ npx -y skills add Oshayr/LLM-Wiki --skill maintain --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/maintainContext preview
The summary Claude sees to decide when to auto-load this skill.
Wiki maintenance — lint broken links, merge near-duplicates, upgrade confidence, flag stale pages via freshness tiers, gap analysis, concept synthesis. Use on: 'wiki maintenance', 'wiki cleanup', 'fix wiki', 'wiki health', 'check wiki', 'consolidate wiki'.
name: wiki-maintain description: "Wiki maintenance — lint broken links, merge near-duplicates, upgrade confidence, flag stale pages via freshness tiers, gap analysis, concept synthesis. Use on: 'wiki maintenance', 'wiki cleanup', 'fix wiki', 'wiki health', 'check wiki', 'consolidate wiki'."
Comprehensive wiki maintenance: lint, deduplicate, upgrade, and analyze.
Resolve `.wiki/` from plugin install scope. If not found, say "No wiki found."
Launch `wiki-auditor` agent to:
Find pages with >60% slug token overlap (Jaccard similarity on slug words split by `-`):
Pages with 3+ independent sources in frontmatter get upgraded:
Pages are evaluated against an intelligent freshness system — not a flat threshold. Each page has a TTL based on its content type:
| Tier | TTL | Examples | |------|-----|----------| | `live` | 15 min | stock prices, live scores, server status, deployment state | | `breaking` | 1-6 hours | breaking news, incident updates, release announcements | | `current` | 1-3 days | news articles, current events, trending topics | | `fast` | 1-4 weeks | AI/LLM/MCP, API changes, model benchmarks | | `moderate` | 1-3 months | software versions, frameworks, libraries, tools | | `standard` | 6 months | general knowledge, how-to guides (default) | | `academic` | 1 year | research papers, studies, formal publications | | `evergreen` | 5 years | history, biographies, foundational concepts, laws, theorems | | `permanent` | never | personal notes, ideas, memories, journal entries |
Resolution order: 1. Explicit `freshness_tier:` in page frontmatter (user override) 2. Explicit `ttl:` in frontmatter (custom duration like `ttl: 30m` or `ttl: 2d`) 3. Auto-classification from tags, type, and content keywords
For stale pages:
Detect patterns spanning 3+ pages:
Rebuild `.wiki/index.md` from all pages:
Print summary: broken links fixed, duplicates found, confidence upgrades, stale flags, concepts suggested, index updated.
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
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…
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…