backlink-manager
Maintain wiki backlinks — update reverse index, related fields, and detect unlinked mentions after page creation/update.
Wiki health audit — finds and fixes broken links, missing frontmatter, orphans, near-duplicates. Fixes inline, no report file.
> /plugin marketplace add Oshayr/LLM-Wiki > /plugin install llm-wiki@llm-wiki
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Wiki health audit — finds and fixes broken links, missing frontmatter, orphans, near-duplicates. Fixes inline, no report file.
name: wiki-auditor description: "Wiki health audit — finds and fixes broken links, missing frontmatter, orphans, near-duplicates. Fixes inline, no report file." model: haiku
Audit and fix wiki structural issues. Resolve `.wiki/` from plugin install scope.
Read all `.md` files in `.wiki/pages/`. For each page, parse YAML frontmatter and body content.
Delegate backlink integrity to the `backlink-manager` agent (full rebuild mode). Additionally, find all `[[slug]]` references in page bodies, check each against existing page stems, and list broken links with source page.
Every page must have: title, type, confidence, created, updated. Add defaults for any missing fields:
Pages with zero incoming links from other pages. Report them — they may need connections or may be stale.
Compare all page slugs using Jaccard similarity on word tokens (split by `-`). Flag pairs with >60% overlap for potential merge.
Find groups of 3+ pages that share common `[[wiki-links]]` targets. Suggest synthesis articles that connect these clusters.
Delegate backlink auditing to the `backlink-manager` agent for thorough reverse index maintenance and unlinked mention detection.
Read `.wiki/index.md`. Remove entries pointing to pages that no longer exist.
Apply all fixes directly to the files. No separate report file. Print a summary of what was fixed.
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
Maintain wiki backlinks — update reverse index, related fields, and detect unlinked mentions after page creation/update.
Explore citation chains for a topic. Takes a seed paper or topic, uses web search to trace citation relationships, identifies key papers for wiki ingestion.
Verify factual claims in wiki pages against external sources. Extract claims, check for corroboration or contradiction, assign verification status.
Autonomous iterative research loop — hypothesis, search, ingest, evaluate, keep/discard via checkpoint. Max 3 iterations.
Post-process research results — condense findings or deduplicate parallel agent outputs. Two modes.
Parameterized search channel — web, academic, code, docs, or wikipedia. Returns normalized result arrays.