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.
Synthesizes multiple related documents (compound, reflect, research) into categorized docs/solutions/ entries.
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.
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.
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.
[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.
Recursive AGENTS.md generator with integrated Oracle critique, CLAUDE.md harmonization, incremental updates, diff previews, and smart monorepo scoping. Cross-AI compatible.
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.
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, 52 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 efficiency benchmarking, session analytics, and API-equivalent cost analysis for agent workflows
npx claudepluginhub mistakeknot/interagency-marketplace --plugin intersynthv9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Semantic search for Claude Code conversations. Remember past discussions, decisions, and patterns.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.