Skip to content

research-processor

Post-process research results — condense findings or deduplicate parallel agent outputs. Two modes.

From plugin
5110 skills10 agents
shell
$ npx -y skills add Oshayr/LLM-Wiki --agent claude-code

Ships 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.
How auto-invocation works

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.md
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
Read more
Read it on GitHub ↗
Ships withllm-wiki

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.

Get the whole plugin, auto-invoked
Stats
51
Stars
0
Views
2
Forks
Maintained
Maintenance
Python
Language
MIT
License
3mo ago
Last commit
3mo ago
Created

Repo: Oshayr/LLM-Wiki