By mistakeknot
Agent and skill performance profiler and routing optimizer. Collects evidence about flux-drive agent accuracy and skill quality, proposes routing overrides and skill overlays for underperformers, and monitors canary periods. Companion plugin for Clavain.
Show delegation routing status — pass rates, recent outcomes, calibration state
Promote pending proposals to active routing overrides
Record that an agent got something wrong — high-quality manual evidence for Interspect
Disable autonomous mode — all overrides require explicit approval
Show routing effectiveness metrics — override rate trends, per-agent impact, and actionable recommendations
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.
Agent performance profiler and routing optimizer for Claude Code. Collects evidence about flux-drive agent accuracy, proposes routing overrides for underperforming agents, and monitors canary periods. Clavain companion plugin.
claude plugin add interspect@interagency-marketplace
claude plugin update interspect@interagency-marketplace
# Core workflow
/interspect # Analyze evidence, detect patterns, report readiness
/interspect:status # Overview — sessions, evidence, canaries
/interspect:evidence # Detailed agent evidence view
# Corrections
/interspect:correction # Record a manual correction event
# Routing overrides
/interspect:propose # Propose routing override from ready patterns
/interspect:override # Apply override directly
/interspect:revert # Revert override or disable overlays
/interspect:approve # Approve pending modification
# Diagnostics
/interspect:health # Signal diagnostics
/interspect:enable-autonomy # Enable autonomous mode
/interspect:disable-autonomy # Disable autonomous mode
/interspect:unblock # Unblock stalled modification
# Skill calibration (add --source-kind=skill to most commands)
/interspect:tune --source-kind=skill <plugin>:<skill> # Generate a skill overlay
/interspect:status --source-kind=skill # Skill calibration view
/interspect:health --source-kind=skill # Skill signal coverage
Three hooks collect evidence passively:
Evidence accumulates in SQLite (.clavain/interspect/interspect.db). When patterns reach counting-rule thresholds, routing overrides can be proposed and applied. Applied overrides enter a canary period (20 uses over 14 days, 20% regression threshold).
Clavain calls one authoritative writer after evidence collection:
bash scripts/write-routing-calibration.sh
The exit contract is 0 when the routing artifact was updated, 2 for a
valid no-op with no scoreable evidence, and 1 for a hard failure. The general
_interspect_auto_calibrate helper deliberately does not write the routing
artifact, preventing duplicate writes in one SessionEnd sequence.
The same closed loop also tunes skills, not just agents. Every Claude Code
Skill invocation captured in ~/.claude/audit.log is drained into the evidence
store (source_kind='skill'), scored across four signals (tokens, error,
no_redirect, bead_close) against per-skill goal weights, and — when a skill's
description triggers too eagerly or too rarely — turned into an overlay at
~/.claude/skill-overlays/<plugin>:<skill>.md that the skill loader merges over
the source SKILL.md. Safe-list patches (tighten_description, when_to_use_add)
auto-apply under autonomy with canary monitoring; body rewrites and availability
changes are always propose-only. Interspect reads only ~/.claude/audit.log for
completed Claude skill invocations; tool-time keeps its own events.jsonl
untouched.
When Intermesh is installed, the Stop hook also drains
~/.local/state/intermesh/routes.jsonl. Each intermesh.route.v1 candidate is
stored as skill_route decision evidence with its route_id, but no success
signal is created until an actual outcome is observed. Intermesh never writes
the Interspect database or calibration artifacts.
hooks/lib-interspect.sh (sourced by all commands and hooks).claude/routing-overrides.json (cross-repo contract)MIT
[DEPRECATED — use intervox] Analyze your writing style and adapt Claude's output to sound like you. Replaced by intervox (via the interim intervoice), which adds a measured stylometric fingerprint, LLMism linter, and verified closed-loop apply on top of the global multi-register profile.
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, 57 commands, 20 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.
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
Multi-agent review and research with scored triage, domain detection, content slicing, intermediate finding sharing, and knowledge injection. 17 agents (12 review + 5 research), 8 commands (incl. flux-melange — a goal-seeking adaptive review loop with lens fusion and novelty/risk/taste scoring), 3 skills (flux-engine, flux-review-engine, flux-melange-engine), 2 MCP servers (exa, openrouter-dispatch). Companion plugin for Clavain.
npx claudepluginhub mistakeknot/interagency-marketplace --plugin interspectContext management and multi-agent orchestration with performance optimization tools
A plugin for Claude Code agent team workflows — session viewing, analysis, and best practice evaluation
Trace analysis and context remediation for AI agents
This skill should be used when the user asks to "evaluate agent performance", "build test framework", "measure agent quality", "create evaluation rubrics", or mentions LLM-as-judge, multi-dimensional evaluation, agent testing, or quality gates for agent pipelines.
LLM observability tooling for agent development and Claude Code
Real-time observability dashboard for Claude Code agents