agent-audit
Audit agents spawned in the current/last run against the agent-selection taxonomy
Apply a reusable lesson to ~/.agentskills (rules/skills/templates/commands), backup + commit + push
> /plugin marketplace add heymegabyte/claude-skillsHow it fires
How this command gets triggered: by you, by Claude, or both.
/update-agentskillsContext preview
What this command does when you run it.
Apply a reusable lesson to ~/.agentskills (rules/skills/templates/commands), backup + commit + push
description: Apply a reusable lesson to ~/.agentskills (rules/skills/templates/commands), backup + commit + push argument-hint: <lesson to encode>
Encode a reusable lesson into the `~/.agentskills` side repo per [[prompt-as-training-signal]].
**Purpose** — durably persist a generalizable lesson into the global skills repo so it surfaces in future sessions.
**When to use** — whenever a run produces a reusable rule, skill update, template, or command worth keeping.
**Inputs** — `$ARGUMENTS` = the lesson (the generalizable pattern, not project specifics).
Steps:
**Outputs** — the edited file path, the `[[backlinks]]` added, the commit hash.
**Verification** — `git -C ~/.agentskills log -1 --stat` shows the change pushed; desktop skill-sync hook picks it up next prompt.
**Can update ~/.agentskills or ~/.claude?** YES — this command's sole job.
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