What problem does it solve?
This skill enables autonomous, iterative improvement of Claude Code skills by mutating the target SKILL.md, running a battery of tests, and scoring outputs against a binary rubric. It orchestrates a repeatable autoresearch loop that records results and learns from failures to drive progressive enhancements.
Core Features & Use Cases
- Autonomous mutation of SKILL.md to improve clarity, constraints, and testability while preserving the skill's purpose.
- Deterministic evaluation through test-case execution and binary scoring, with git-based rollback for safe experimentation.
- Use Case: You want to enhance a Claude Code skill's reliability and performance by running multiple tiny, atomic mutations and selecting those that yield objective improvements.
Quick Start
Run autoresearch <skill-name> to begin an iterative improvement cycle for that skill.