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.