research-processor
Post-process research results — condense findings or deduplicate parallel agent outputs. Two modes.
$ npx -y skills add Oshayr/LLM-Wiki --agent claude-codeShips with llm-wiki. Installing the plugin gets this agent.
How it fires
How this agent gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
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.
Agent definition
research-processor.mdname: 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.
Modes
mode: condense
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
mode: deduplicate
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
Rules
- Never drop contradictory findings — present both sides
- Flag stale findings (past their freshness tier TTL) but don't remove them
- Confidence scoring: 1 source = low, 2 = medium, 3+ = high
- Report: total input, duplicates removed, stale flagged, output count
Read more
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.
Modes
mode: condense
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
mode: deduplicate
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
Rules
- Never drop contradictory findings — present both sides
- Flag stale findings (past their freshness tier TTL) but don't remove them
- Confidence scoring: 1 source = low, 2 = medium, 3+ = high
- Report: total input, duplicates removed, stale flagged, output count
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
Other agents on llm-wiki.
- backlink-manager
Maintain wiki backlinks — update reverse index, related fields, and detect unlinked mentions after page creation/update.
Open agent - citation-explorer
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.
Open agent - fact-checker
Verify factual claims in wiki pages against external sources. Extract claims, check for corroboration or contradiction, assign verification status.
Open agent - research-loop
Autonomous iterative research loop — hypothesis, search, ingest, evaluate, keep/discard via checkpoint. Max 3 iterations.
Open agent - search-channel
Parameterized search channel — web, academic, code, docs, or wikipedia. Returns normalized result arrays.
Open agent - search-orchestrator
Multi-channel search orchestration — classifies complexity, fans out to channel subagents, deduplicates and ranks results.
Open agent

