agent-audit
Audit agents spawned in the current/last run against the agent-selection taxonomy
Vendor a third-party skill repo/URL into the owned layer — clone, compress to house style, cross-link, commit — in one keystroke
> /plugin marketplace add heymegabyte/claude-skillsHow it fires
How this command gets triggered: by you, by Claude, or both.
/forge-skill-from-vendoredContext preview
What this command does when you run it.
Vendor a third-party skill repo/URL into the owned layer — clone, compress to house style, cross-link, commit — in one keystroke
description: Vendor a third-party skill repo/URL into the owned layer — clone, compress to house style, cross-link, commit — in one keystroke argument-hint: <github-url> [<pack-number>]
<!-- <SUBAGENT-STOP>: skip this command when running inside a subagent. --> <SUBAGENT-STOP/>
Vendor any third-party skill repo into `~/.agentskills`, compressed to house style per `[[vendored-skill-compression]]`. The law: compress on the way in, never verbatim. Reference public content; fold overlaps into the canonical owned rule; cross-link; commit same turn.
1. Clone the repo to `/tmp/vendor-<name>/`. 2. Analyze: which files are skills (SKILL.md)? Which are public docs already at a stable URL? Which overlap with an existing `~/.agentskills` rule? 3. Build the pack folder `NN-<name>/` with:
4. For any overlapping technique: fold into the existing OWNED rule (attributed, cross-linked), do NOT create a duplicate skill folder. 5. For any public doc (>200 lines of upstream's own prose restating a known source): replace with a ≤20-line pointer + local deltas. 6. Register in `plugin.json` skills array, `_router.md` map, `llms.txt`, and `_packs/core.yml` (or the best pack). 7. Run `npm run lint`, fix any failures in YOUR files only. 8. Commit + push same turn per auto-push doctrine.
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