agent-audit
Audit agents spawned in the current/last run against the agent-selection taxonomy
Run a learning pass after a major run; fold reusable lessons into global config
> /plugin marketplace add heymegabyte/claude-skillsHow it fires
How this command gets triggered: by you, by Claude, or both.
/self-improveContext preview
What this command does when you run it.
Run a learning pass after a major run; fold reusable lessons into global config
description: Run a learning pass after a major run; fold reusable lessons into global config argument-hint: [what the run revealed, optional]
<!-- <SUBAGENT-STOP>: skip this skill when running inside a subagent. Meta-skills must not leak into spawned subagent contexts. Source: obra/superpowers `using-superpowers` skill. --> <SUBAGENT-STOP/>
Run a post-run learning pass per [[prompt-as-training-signal]].
**Purpose** — convert a finished major run into durable, reusable improvements to global config.
**When to use** — after any large multi-agent run, website build, or feature wave; whenever a run "felt" inefficient.
**Inputs** — `$ARGUMENTS` (optional notes); else introspect the current/last run.
Ask + answer each:
**Outputs** — for each REUSABLE lesson: append to the owning global file (`~/.claude/CLAUDE.md`, `~/.agentskills/rules/*`, skill, or agent def). Cross-link siblings with `[[name]]`. Skip one-off project details.
**Verification** — every shipped lesson names its destination file + the `[[backlink]]` added; run `git -C ~/.agentskills status` to confirm the edits landed; commit+push the side repo.
**Can update ~/.agentskills or ~/.claude?** YES — that is the entire point of this command.
14-category autonomous product-building OS for 32+ AI coding tools. One-line prompts → deployed products.
Repo: heymegabyte/claude-skills
Audit agents spawned in the current/last run against the agent-selection taxonomy
Run the Agent Diversity Review gate and emit the result table
Meta-analyze the effectiveness of a /loop arc — per-iteration metrics, LOC delta trend, saturation detection, and a keep/lengthen/delete recommendation.
Audit the rules/ directory for missing foundational principles; output gap list with priority and justification
Validate ~/.claude/settings.json hooks block — event names, file existence, executability, matcher syntax; --fix repairs common issues
Catch Resend-class bug (isError: false on HTTP 4xx/5xx) across all MCP server tool handlers