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.
Self-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
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).
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
this — tool-time keeps its own events.jsonl untouched.
hooks/lib-interspect.sh (sourced by all commands and hooks).claude/routing-overrides.json (cross-repo contract)MIT
npx claudepluginhub mistakeknot/interagency-marketplace --plugin interspect[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
A plugin for Claude Code agent team workflows — session viewing, analysis, and best practice evaluation
Real-time observability dashboard for Claude Code agents
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
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use