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.