What problem does it solve? Manual performance tuning and prompt refinement require dozens of tedious edit-measure-revert cycles, and most people stop at "good enough" far below the real ceiling. This Skill mechanizes the entire loop so improvements are kept only when they measurably win. ## Core Features & Use Cases - Metric Mode: Optimizes code targets against a shell command that emits a number, such as Lighthouse scores, bundle size, or ML validation loss, with configurable budgets, targets, and locked files. - Eval Mode: Optimizes skills, prompts, and agents using LLM-as-judge binary evals, auto-generating eval criteria and test inputs for approval before the loop starts. - Guard Rails and Recovery: Enforces ISC criteria as perpetual guard rails with automatic revert on violation, plus resume, status, and structured learnings extraction. - Use Case: Point it at a slow page with --metric lighthouse_perf --target 95 and it autonomously experiments on your source files until the score goal is reached or gains plateau. ## Quick Start Ask the agent to optimize your prompt file or skill directory with a target path, or provide a metric name, measurement command, and editable file globs to start an autonomous optimization loop.