evolve-loop-skills

A project-local plugin containing two skills for reviewing code after a builder agent works on it. One focuses on simplifying code and the other scores security risks.

In plain words
What is it for?
Adding code simplification and scored security review stages to an Evolve Loop project.
Why use it?
A first implementation may work while still being unnecessarily complex or unsafe. These review steps add focused checks to the builder’s self-review process.

Plugin for Claude Code

Install

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.

Claude Code
/plugin marketplace add mickeyyaya/evolve-loop
agentmods
npx agentmods add plugins/mickeyyaya/evolve-loop/plugin
Clone the repo
git clone --depth 1 https://github.com/mickeyyaya/evolve-loop

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade 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.

.evolve/plugin/.claude-plugin/plugin.json · 10 lines

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/"
  ]
}
Changes

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.

  1. yesterday First seen · 10 lines scan A e89b6994afa3

Subscribe to this mod's changes

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.

Related

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.

RapierCraftStudios/ForgeDock · not measured

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.

RapierCraftStudios/ForgeDock · not measured

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.

ktoulgaridis/forge · not measured

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.

rbinar/cli-dispatch · not measured

hookify

Easily create hooks to prevent unwanted behaviors by analyzing conversation patterns.

SummerSec/SumSec-Skills · not measured

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…

slashwork-sh/plugin · not measured