Esta página se muestra en inglés. Una traducción al español está en curso.
SkillsMay 14, 2026·2 min de lectura

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`.

Listo para agents

Instalación con revisión previa

Este activo requiere revisión. El prompt copiado pide dry-run, muestra escrituras y continúa solo tras confirmación.

Needs Confirmation · 66/100Política: confirmar
Superficie agent
Cualquier agent MCP/CLI
Tipo
Skill
Instalación
Single
Confianza
Confianza: Established
Entrada
Asset
Comando con revisión previa
npx -y tokrepo@latest install 4551e84d-a583-5d99-bfc4-9f753c27c80f --target codex

Primero dry-run, confirma las escrituras y luego ejecuta este comando.

Introducción

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.
🙏

Fuente y agradecimientos

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

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados