By mistakeknot
Multi-agent synthesis engine — collects findings from parallel review/research agents, deduplicates, writes verdicts, produces compact summaries. Keeps agent output out of the host context.
Synthesis agent for multi-agent code reviews — reads agent output files, validates structure, deduplicates findings, writes verdict JSON, produces compact summary report. Use instead of reading agent files directly in the host context.
Synthesis agent for multi-agent research — reads research agent output files, merges findings with source attribution, ranks sources, writes verdicts, produces compact answer. Use instead of reading agent files directly in the host context.
Synthesizes multiple related documents (compound, reflect, research) into categorized docs/solutions/ entries.
Multi-agent synthesis engine for Claude Code.
When interflux dispatches 5 review agents in parallel, each one writes its findings to a file. Without synthesis, the host agent has to read all 5 files: flooding its context with thousands of tokens of agent output. intersynth sits between the parallel agents and the host, reading their output files, deduplicating findings, writing structured verdicts, and returning a compact 10-line summary.
Two specialized synthesis agents handle the different contracts: synthesize-review for code reviews and flux-drive output, synthesize-research for flux-research findings. They're separate because review verdicts have different structure than research findings, and one generic synthesizer would do neither well.
First, add the interagency marketplace (one-time setup):
/plugin marketplace add mistakeknot/interagency-marketplace
Then install the plugin:
/plugin install intersynth
agents/
synthesize-review.md Review output synthesis
synthesize-research.md Research output synthesis
hooks/
lib-verdict.sh Verdict file utilities (write, read, parse, count, clean)
Uses Haiku by default: synthesis is structuring and deduplication, not deep reasoning.
lib-verdict.sh provides the canonical verdict file format: verdict_write, verdict_read, verdict_parse_all, verdict_count_by_status, verdict_get_attention, verdict_clean, verdict_total_tokens. Clavain keeps a backward-compat copy.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub mistakeknot/interagency-marketplace --plugin intersynth[DEPRECATED — use intervoice] Analyze your writing style and adapt Claude's output to sound like you. Replaced by intervoice, which reads one global multi-register profile instead of per-project glob-routed files.
Self-improving agent rig: codifies product and engineering discipline into composable workflows from brainstorm to ship. Compounds knowledge, generates domain agents, monitors its own docs, and surfaces conservative update drift. Orchestrates Claude, Codex, and Oracle through 6 agents, 54 commands, 19 skills, 0 MCP servers. Factory substrate: CXDB turn DAG, scenario bank with satisfaction scoring, evidence pipeline, agent capability policies. Companions: interspect, interphase, interline, interflux, interpath, interwatch, interslack, interform, intercraft, interdev, interpeer, intertest.
Token-efficient code reconnaissance for LLMs. Autonomous skills save 48-85% tokens via diff-context, semantic search, structural patterns, and symbol analysis. Includes MCP server for direct tool integration.
Recursive AGENTS.md generator with integrated Oracle critique, CLAUDE.md harmonization, incremental updates, diff previews, and smart monorepo scoping. Cross-AI compatible.
Token efficiency benchmarking, session analytics, and API-equivalent cost analysis for agent workflows
Run multiple code review agents in parallel for comprehensive feedback
Multi-agent adversarial review panel — 4-6 AI reviewers debate your code/plans, then a judge delivers a structured verdict with epistemic labels. Bundles plan-review-integrator for applying review findings back into implementation plans.
Multi-agent orchestration via li o flow and li o fanout
Multi-agent collaboration plugin for Claude Code. Spawn N parallel subagents that compete on code optimization, content drafts, research approaches, or any problem that benefits from diverse solutions. Evaluate by metric or LLM judge, merge the winner. 7 slash commands, agent templates, git DAG orchestration, message board coordination.
Multi-agent code review for Claude Code — parallel review by Codex (GPT-5.5), Gemini 3.1 Pro, and five Claude specialist subagents (one run blind), then verified synthesis.
Multi-agent deep research plugin with parallel web searches and synthesis