Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
/plugin marketplace add mickeyyaya/evolve-loopnpx agentmods add plugins/mickeyyaya/evolve-loop/plugingit clone --depth 1 https://github.com/mickeyyaya/evolve-loopGrade A, and why
evolve-loop-skills scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
{
"name": "evolve-loop-skills",
"version": "0.1.0",
"description": "Project-local Skill plugin for Builder subagent self-review loop (resolves --setting-sources project blocker)",
"skills": [
"./skills/code-review-simplify/",
"./skills/security-review-scored/"
]
}
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 10 lines scan A e89b6994afa3
evolve-loop-skills is a plugin published in the GitHub repository mickeyyaya/evolve-loop (5 stars, last pushed yesterday), licensed Apache-2.0. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other plugins, from other repositories
ForgeDock
ForgeDock — Autonomous AI development pipeline commands for Claude Code. Investigate, architect, build, review, and merge with structured GitHub-backed memory.
ForgeDock
Autonomous AI development pipeline that uses GitHub as a structured knowledge graph for Claude Code agents. Adds /work-on, /review-pr, /quality-gate, /orchestrate, and 20+ pipeline commands.
forge
A generator: it interviews an organization and emits a standalone, org-owned Claude Code plugin (the org's agent harness) aligned to how that org actually works. Karpathy-schema wiki + role/subagent pattern + skill verbs + tool adapters + the operating model. Re-emit to upgrade; never fork.
cli-dispatch
cli-dispatch — görevi uygun işçi CLI'a delege eden çok-backend hub: DeepSeek/claude-ds, Antigravity-Gemini/ag-agent, OpenAI Codex CLI/cx-agent, OpenCode/OpenRouter/oc-agent ve GitHub Copilot CLI/cp-agent.
hookify
Easily create hooks to prevent unwanted behaviors by analyzing conversation patterns.
slashwork-work
slashwork offloader. Interception is on by default: /work init authenticates (a bare /work with no token does the same), and from then on a PreToolUse hook routes self-contained subagent spawns to the offload network and returns the artifact in place, falling back to the local spawn on any miss. /work off pauses…