evolve
星标14
分支4
更新时间2026年4月11日 14:47
Start an autonomous evolutionary code optimization run
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Start an autonomous evolutionary code optimization run
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Install, verify, or refresh the claude-evolve plugin (Python deps, venv, MCP server)
Socratic deep interview with mathematical ambiguity gating to crystallize an evolution task (produces initial.py, evaluate.py, config.json)
Check the progress of an active evolution run
| name | evolve |
| description | Start an autonomous evolutionary code optimization run |
Launch an evolution run that optimizes code using Claude Code models as mutation operators.
/evolve [config.json]
/evolve --init initial.py --eval evaluate.py --generations 50
initial.py: Seed program with # EVOLVE-BLOCK-START / # EVOLVE-BLOCK-END markersevaluate.py: Evaluator script that returns metrics and correctnessThe run is autonomous -- it proceeds without interaction until complete or stopped.