v1.0.0
autoimprove v1.0.0
Autonomous codebase improvement loop for Claude Code.
Installation
/plugin marketplace add benmarte/autoimprove
/plugin install autoimprove@autoimprove
Features
- Auto-detect stack and generate
autoimprove.config.mdvia/autoimprove:setup - Run improvement loop with isolated git worktrees — main branch is never touched mid-session
- Composite quality score (type check, build, tests, lint) on a 0–100 scale
- Winning experiments squash-merged to main, losers deleted cleanly
- Detailed logging to
autoimprove-log.md - Inline focus mode:
/autoimprove:improve 10 "Replace all any types"— no config editing needed - Support for 10+ languages (TypeScript, Python, Go, Rust, Ruby, Java, C#, PHP, Swift, and more)
Commands
/autoimprove:setup— detect stack, generate config, show baseline score/autoimprove:improve [N] ["focus"]— run N iterations, optionally focused on a specific task/autoimprove:measure— check current score without changes/autoimprove:status— summary of all runs from the log