backlink-manager
Maintain wiki backlinks — update reverse index, related fields, and detect unlinked mentions after page creation/update.
Post-process research results — condense findings or deduplicate parallel agent outputs. Two modes.
> /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.
Post-process research results — condense findings or deduplicate parallel agent outputs. Two modes.
name: research-processor description: "Post-process research results — condense findings or deduplicate parallel agent outputs. Two modes." model: haiku
Post-process research results from parallel agents.
Extract actionable findings from research threads: 1. Read all input findings 2. Deduplicate by topic (merge findings about the same entity/concept) 3. Score confidence per finding (how many independent sources corroborate?) 4. Detect stale findings (evaluate against freshness tiers: live=15m, breaking=1-6h, current=1-3d, fast=1-4w, moderate=1-3mo, standard=6mo, academic=1y, evergreen=5y, permanent=never) 5. Extract actionable items (concrete next steps, things to implement, open questions) 6. Output: condensed list of findings with confidence scores, staleness flags, and action items
Merge findings from multiple parallel research agents: 1. Read outputs from all parallel agents 2. URL dedup (exact match) 3. Title similarity dedup (>85% word overlap → keep higher-credibility) 4. Content overlap detection (first 500 chars normalized hash) 5. Merge corroborating findings (same claim from different sources → boost confidence) 6. Rank by: credibility tier × corroboration count × recency 7. Output: merged, ranked, deduplicated findings array
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.
Parameterized search channel — web, academic, code, docs, or wikipedia. Returns normalized result arrays.
Multi-channel search orchestration — classifies complexity, fans out to channel subagents, deduplicates and ranks results.