Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By mistakeknot
Multi-agent review and research with scored triage, domain detection, content slicing, intermediate finding sharing, and knowledge injection. 17 agents (12 review + 5 research), 7 commands, 1 skill (unified flux-drive with review/research modes), 2 MCP servers (exa, openrouter-dispatch). Companion plugin for Clavain.
npx claudepluginhub mistakeknot/interagency-marketplace --plugin interfluxFetch peer findings from a flux-drive review — inspect what agents have shared during a parallel review.
Manage flux agent registry — index/backfill/stats/prune/promote/record. Lifecycle for review agents with quality tiers + domain indexing.
Intelligent document review — triages relevant agents, runs in background. Supports research mode (--mode=research).
Autonomous multi-round semantic exploration — agents from progressively distant knowledge domains, synthesize cross-domain isomorphisms.
Generate review agents from task prompts via LLM design
Researches and synthesizes external best practices, documentation, and examples for any technology or framework. Use when you need industry standards, community conventions, or implementation guidance.
Gathers comprehensive documentation and best practices for frameworks, libraries, or dependencies. Use when you need official docs, version-specific constraints, or implementation patterns.
Performs archaeological analysis of git history to trace code evolution, identify contributors, and understand why code patterns exist. Use when you need historical context for code changes.
Searches docs/solutions/ for relevant past solutions by frontmatter metadata. Use before implementing features or fixing problems to surface institutional knowledge and prevent repeated mistakes.
Conducts thorough research on repository structure, documentation, conventions, and implementation patterns. Use when onboarding to a new codebase or understanding project conventions.
Invoked from /flux-drive or /flux-research — runs multi-agent triage, dispatch, synthesis. Internal engine; users invoke via slash commands.
Invoked from /flux-review — runs multi-track deep review across semantic-distance tiers (adjacent → orthogonal → distant → esoteric), parallel flux-drive dispatch, and cross-track synthesis. Internal engine; users invoke via the slash command.
Admin access level
Server config contains admin-level keywords
Requires secrets
Needs API keys or credentials to function
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Autonomous, personalized research loops for Claude Code. Set a topic, walk away, come back to a quality-gated report adapted to your projects.
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.
Delegate tasks to Codex, Gemini, and OpenCode AI agents via Owlex MCP
Configurable multi-model code review, plan review, and general review with consensus convergence
Intelligent orchestration platform for AI coding tools — routes tasks to the best model, learns from outcomes, and enforces quality through multi-model consensus. 42 MCP tools for agent management, research, memory, consensus voting, codebase intelligence, and a full dev pipeline.
v9.42.3 — Patch release for cursor-agent smoke checks in untrusted workspaces. Run /octo:setup.
[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
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Multi-agent review, research, and model evaluation engine for Claude Code.
interflux is the review infrastructure behind Clavain's /flux-drive and /flux-research commands. Point it at a document or codebase and it runs a scored triage to figure out which domain agents are relevant, slices the content so each agent only sees what it needs, injects project-specific knowledge, and synthesizes the results.
There are 12 review agents (7 technical: architecture, safety, correctness, performance, quality, game design, user/product; 5 cognitive: systems thinking, decision quality, human systems, adaptive capacity, sensemaking) and 5 research agents (best practices, framework docs, git history, learnings, repo research). The triage step means you don't pay for all of them on every review — only the relevant ones fire.
The engine also powers flux-research, which dispatches research agents in parallel and synthesizes their findings, and flux-review, which generates review agents across a spectrum of semantic distance for deep analysis.
FluxBench is the closed-loop model evaluation system. It scores candidate models against ground-truth test fixtures, qualifies them for production use, monitors for quality drift, and manages a challenger slot for evaluating new models alongside the existing fleet.
The pipeline: qualify → score → sync → drift → challenger. Each script is independently testable and connected through shared contracts — qualification_run_id flows through the entire pipeline, qualified_baseline is write-once to prevent ratchet erosion, and concurrent writes are protected by flock (fd 200 for JSONL, fd 201 for registry).
First, add the interagency marketplace (one-time setup):
/plugin marketplace add mistakeknot/interagency-marketplace
Then install the plugin:
/plugin install interflux
Review a document or codebase:
/flux-drive docs/plans/my-feature.md
Research a topic with parallel agents:
/flux-research "best practices for SQLite WAL mode in Go CLI tools"
Deep multi-track review (adjacent → orthogonal → esoteric):
/flux-review docs/brainstorms/my-idea.md
Generate project-specific review agents:
/flux-gen
Explore ideas through progressively distant knowledge domains:
/flux-explore "agent orchestration patterns"
Run FluxBench qualification against test fixtures:
scripts/fluxbench-qualify.sh <model-slug> --mock --fixtures-dir tests/fixtures/qualification/
agents/
review/ 12 review agents (fd-architecture, fd-safety, fd-correctness, ...)
research/ 5 research agents (best-practices, framework-docs, git-history, ...)
fluxbench-discover.md Weekly model discovery agent spec
skills/ flux-drive (frontmatter: flux-engine), flux-review (frontmatter: flux-review-engine)
commands/ 7 commands (flux-drive, flux-research, flux-review, flux-gen,
flux-explore, flux-agent, fetch-findings)
config/flux-drive/
budget.yaml Token budgets, agent dropout, challenger slots
agent-roles.yaml Role → model tier mapping (planner/reviewer/editor/checker/challenger)
model-registry.yaml Candidate models, FluxBench scores, qualified baselines
fluxbench-metrics.yaml 9 metric definitions (5 core gates + 4 extended)
fluxbench-thresholds.yaml Calibrated thresholds (overrides metric defaults)
domains/ 12 domain profiles with research directives
discourse-*.yaml 4 discourse modes (fixative, Lorenzen, Sawyer, topology)
scripts/
fluxbench-score.sh Scoring engine — 9 metrics, bipartite finding matching, flock writes
fluxbench-calibrate.sh Derives thresholds from fixture runs (p25 conservative)
fluxbench-drift.sh Drift detection with hysteresis and correlated-drift protection
fluxbench-sync.sh Store-and-forward sync to AgMoDB (idempotent, no git commits)
fluxbench-qualify.sh Qualification runner — fixtures → score → promote/reject
fluxbench-challenger.sh Challenger slot lifecycle (select, evaluate, status)
discover-models.sh Model discovery via interrank/AgMoDB
estimate-costs.sh Token cost estimation with slicing discount
generate-agents.py Project-specific agent generation from domain detection
flux-agent.py Agent dispatch engine
tests/
test_fluxbench_*.bats 24 bats tests across 5 test files
fixtures/qualification/ 5 ground-truth fixtures (null-check, SQL injection, naming,
race condition, API design)
test-budget.sh Budget config validation
test-findings-flow.sh Finding sharing flow tests
hooks/
session-start.sh Budget signal reading + FluxBench model awareness