Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By mistakeknot
Agent performance profiler and routing optimizer. Collects evidence about flux-drive agent accuracy, proposes routing overrides for underperforming agents, and monitors canary periods. Companion plugin for Clavain.
npx claudepluginhub mistakeknot/interagency-marketplace --plugin interspectSelf-audit interspect calibration — compare current ranking vs a snapshot from N days ago, flag drift
Compute agent scores and delegation stats from evidence, write routing + delegation calibration
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
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.
Real-time observability dashboard for Claude Code agents
A plugin for Claude Code agent team workflows — session viewing, analysis, and best practice evaluation
Trace analysis and context remediation for AI agents
LLM observability tooling for agent development and Claude Code
Observability platform for Claude Code and Agent SDK — monitor, debug, and control AI coding agents
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
[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.
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-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.
Token efficiency benchmarking, session analytics, and API-equivalent cost analysis for agent workflows
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
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).
hooks/lib-interspect.sh (sourced by all commands and hooks).claude/routing-overrides.json (cross-repo contract)MIT