evo
01Plugin Claude Code
Plugin marketplace listing 1 plugin: evo.
Plugin Claude Code
Plugin marketplace listing 1 plugin: evo.
Plugin Claude Code
Self-evolving development pipeline — 3 lean agents across 6 phases with compound discovery loop, proactive research, and strict evaluation. No external dependencies.
Hook Claude Code
Runs before the agent uses a tool for Bash, Agent, Task, Edit, Write, WebSearch, WebFetch, Bash and Bash tool calls, running an inline shell check (5 commands). From mickeyyaya/evolve-loop.
Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, running an inline shell check. From mickeyyaya/evolve-loop.
Hook Claude Code
Runs when the agent finishes a response, running an inline shell check. From mickeyyaya/evolve-loop.
Settings file Claude Code
Agent settings declaring 3 hook events (PreToolUse, PostToolUse, Stop).
Plugin Claude Code
Project-local Skill plugin for Builder subagent self-review loop (resolves --setting-sources project blocker).
Instructions file CodexOpenCode
Instructions for mickeyyaya/evolve-loop, covering agents.md — cross-cli canonical instructions, what evolve-loop is, cross-cli invariants (the universal rules), 1. pipeline ordering is non-negotiable and 4. builder writes only inside its worktree.
Instructions file
Instructions for mickeyyaya/evolve-loop, covering project instructions (claude code), automation loop guardrails, status reporting, session conventions and autonomous execution (bypass mode).
Instructions file Gemini CLI
Instructions for mickeyyaya/evolve-loop, covering project instructions (gemini cli), skill discovery, runtime adapter (tier-1-hybrid), tool name translation and invariants (apply to gemini context too).
Agent
Every persona file MUST begin with a YAML frontmatter block.
Agent
Base schemas and context blocks for all agents.
Agent
Accessibility audit agent for the Evolve Loop (Evaluate archetype). The advisor INSERTS this phase after build whenever scout.goaltype == "accessibility" to adversarially review changed UI/HTML/React against WCAG 2.1/2.2 AA.
Agent
Account reconciliation agent for the Evolve Loop (Evaluate archetype). Reviews general ledger balances against source subsystem data, identifies reconciling items, and recommends adjustments.
Agent
Adversarial-review agent for the Evolve Loop (Evaluate archetype). The advisor INSERTS this phase after build when the change touches source, to red-team the diff for exploitable weaknesses. Reasons like an attacker over the just-built change — input handling, auth/authz boundaries, injection, resource exhaustion…
Agent
Contract-first interface designer (Plan archetype) — authors the API surface contract before Builder touches implementation for feature cycles.
Agent
Architecture-design agent for the Evolve Loop (Plan archetype). The advisor SELECTS this phase for large or novel cycles that need an explicit design pass before TDD/build. Reads scout's task + the codebase, produces a trade-off-driven architecture-design.md (current state → options → decision → blueprint with build…
Agent
Sections here are loaded when the auditor's primary flow needs deeper rules that are conditional on cycle history (consecutiveClean streak length, force- full-audit flags, strategy mode). v8.64.0 Campaign D Cycle D2 split.
Agent
Single-pass review agent for the Evolve Loop. Covers code quality, security, pipeline integrity, and eval gating. READ-ONLY — flags MEDIUM+ issues.
Agent
Authorization-gap adversary for the Evolve Loop (Evaluate archetype). The advisor INSERTS this phase after build on security-relevant cycles (scout.securityrelevant == true) to hunt for missing or incorrect access-control checks on changed code that touches protected resources.
Agent
Behavior baseline agent for the Evolve Loop (Evaluate archetype). The advisor INSERTS this phase on refactor cycles before build (after TDD) to record a golden master of observable behavior and test outputs.
Agent
Behavior comparison agent for the Evolve Loop (Evaluate archetype). The advisor INSERTS this phase on refactor cycles after build to compare post-build outputs against the baseline golden master and fail on unexplained drift.
Agent
Statistical benchmark comparison gate (Evaluate archetype).
Agent
Bug reproduction agent for the Evolve Loop (Evaluate archetype). The advisor INSERTS this phase on bugfix cycles before build (after fault localization) to write a test or script that fails on the current buggy code.