From llm-wiki
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 claudepluginhub oshayr/llm-wiki --plugin llm-wikiThis skill uses the workspace's default tool permissions.
Comprehensive wiki maintenance: lint, deduplicate, upgrade, and analyze.
Audits markdown wiki for broken links, orphan pages, contradictions, stale claims, missing frontmatter, coverage gaps; generates categorized report with fixes after ingests.
Optimize the LLM Wiki. Compacts verbose pages, merges near-duplicates, reorganizes misplaced content, strengthens cross-references, improves consistency, and generates missing synthesis pages. Run periodically as the wiki grows.
Scans Markdown wiki for structural issues (orphans, broken wikilinks, missing index, stubs), factual contradictions; auto-fixes possible problems, flags rest.
Share bugs, ideas, or general feedback.
Comprehensive wiki maintenance: lint, deduplicate, upgrade, and analyze.
Resolve .wiki/ from plugin install scope. If not found, say "No wiki found."
/wiki-maintain — run full maintenance (all steps below)/wiki-maintain lint — only fix broken links, missing frontmatter, orphans/wiki-maintain dedup — only find and merge near-duplicate pages/wiki-maintain gaps — only analyze knowledge gaps and missing coverageLaunch wiki-auditor agent to:
[[wiki-links]] that point to non-existent pages — list for userupdated: dates on pages that were modified but not date-bumpedFind pages with >60% slug token overlap (Jaccard similarity on slug words split by -):
Pages with 3+ independent sources in frontmatter get upgraded:
low → medium (if 2+ sources)medium → high (if 3+ corroborating sources)fact-checker agent on high-confidence pages to verify claims against external sourcesPages 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:
freshness_tier: in page frontmatter (user override)ttl: in frontmatter (custom duration like ttl: 30m or ttl: 2d)For stale pages:
stale: true to frontmatter/wiki-write --refresh-stale or /wiki-read to refreshDetect patterns spanning 3+ pages:
[[wiki-links]] targetswiki-writer agentRebuild .wiki/index.md from all pages:
type: field (concept, entity, source, idea, status, etc.)Print summary: broken links fixed, duplicates found, confidence upgrades, stale flags, concepts suggested, index updated.