What problem does it solve? Existing AI agent skills often underperform, drift from their purpose, or degrade when rewritten wholesale. This Skill treats a SKILL.md file like source code, applying small validated edits instead of risky full rewrites, so improvements are measurable and regressions are caught. ## Core Features & Use Cases - Iterative micro-editing loop: Runs a baseline → propose 1-4 targeted edits → evaluate → commit or revert cycle, with snapshots before every change. - Eval set with rubrics: Builds 6-12 test prompts with weighted scoring criteria, then uses scripts to aggregate scores and compare iterations automatically. - Protected zones: Separates INVARIANTS (core objective, never auto-modified) from OPTIMISABLE content (hints, examples, phrasing) to prevent goal drift. - Use Case: Your agent's skill produces inconsistent outputs. This Skill diagnoses the root cause, proposes a targeted reformulation, tests it against the eval set, and commits only if the score improves. ## Quick Start Ask the assistant to optimize your existing skill file by analyzing its weaknesses and improving it through tested micro-edits.