SKILL_MD
optimize
by evo-hq
89

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 work…

Safe-ishScanned
SKILL_MD
discover
by evo-hq
89

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 codebas…

Coding / 软件开发NetworkScanned
SKILL_MD
subagent
by evo-hq
80

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 wr…

Automation / 自动化Safe-ishScanned
SKILL_MD
finetuning
by evo-hq
80

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…

MLOps / AI 工程Safe-ishScanned
SKILL_MD
report
by evo-hq
80

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, Sl…

Data / 数据分析Safe-ishScanned
SKILL_MD
infra-setup
by evo-hq
80

Non-user-invocable provider/setup reference for evo backend switching, prerequisite checks, and auth/install guidance.

Coding / 软件开发Safe-ishScanned
SKILL_MD
ship
by evo-hq
76

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 (sc…

Safe-ishScanned