SkillsMay 14, 2026·2 min read

autoimprove-cc — Auto-Improve SKILL.md Loop

Run a Claude Code-native autoresearch loop to improve SKILL.md using binary assertions and git commit/reset; verified 63★ and exposes `/autoimprove`.

Agent ready

Review-first install path

This asset needs a review step. The copied prompt tells the agent to dry-run, show the writes, then proceed only after confirmation.

Needs Confirmation · 66/100Policy: confirm
Agent surface
Any MCP/CLI agent
Kind
Skill
Install
Single
Trust
Trust: Established
Entrypoint
Asset
Review-first command
npx -y tokrepo@latest install 4551e84d-a583-5d99-bfc4-9f753c27c80f --target codex

Dry-run first, confirm the writes, then run this command.

Intro

Run a Claude Code-native autoresearch loop to improve SKILL.md using binary assertions and git commit/reset; verified 63★ and exposes /autoimprove.

Best for: Iterating on skill quality with test-like assertions

Works with: Claude Code CLI · git repos · eval.json assertions

Setup time: 10–25 minutes

Key facts (verified)

  • GitHub: 63 stars · 5 forks · pushed 2026-04-10.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-backed entrypoint: /autoimprove skills/my-skill.

Main

  • Use it to evolve SKILL.md overnight: the README describes a loop that scores assertions, edits, and commits only when score improves.

  • Treat eval.json as your benchmark: make assertions binary (true/false) so the loop can optimize reliably.

  • Use --dry-run to score without mutating git history, then enable commits once behavior is trusted.

  • Keep the target skill inside a git repo; README notes rollback relies on git reset/commit behavior.

Source-backed notes

  • README frames the loop as a Claude Code-native adaptation of Karpathy autoresearch, using binary assertions for scoring.
  • README provides quick start install steps that link Claude Code agents/commands and a /autoimprove command interface.

FAQ

  • Will it rewrite my history?: It can commit/reset; start with --dry-run and run in a branch if you’re unsure.
  • Do I need Python scripts?: README says it runs with Claude Code agents + commands, no external Python runtime required.
  • What’s the metric?: Binary assertion pass rate in eval.json; keep assertions precise and checkable.
🙏

Source & Thanks

Source: https://github.com/VoidLight00/autoimprove-cc > License: MIT > GitHub stars: 63 · forks: 5

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets