byevoscientist· 18 skills
Iterative code refinement through plan → code → evaluate → refine cycles. Runs lint checks (ruff), tests (pytest), and structured self-evaluation each cycle, then diagnoses failures and refines. Decomposes complex tasks into sequential phases, iterates up to 3 times per phase (10 total). Use when: the main agent delegates a code task with 'MODE: MORE_EFFORT', the user selects 'More Effort' code generation mode, or the task explicitly requests iterative refinement for higher code quality. Do NOT use for single-pass code generation (Lite mode), experiment pipeline orchestration (use experiment-pipeline), or diagnosing a specific experiment failure (use experiment-craft).
$npx -y skills add evoscientist/evoskills --skill experiment-iterative-coderInstalls into the current project.
Run `npx skills use "https://github.com/evoscientist/evoskills" --skill "evoscientist/evoskills/experiment-iterative-coder"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/evoscientist/evoskills" that are relevant to the current task. Run `npx skills add "https://github.com/evoscientist/evoskills"` and select the relevant skills, then follow their instructions.