Skill Autoimprove — Development skill for Claude Code
OpenClaw skill auto-improvement system using Karpathy autoresearch loop.
How to install Skill Autoimprove
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open VoidLight00/skill-autoimprove and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Skill Autoimprove does
OpenClaw skill auto-improvement system using Karpathy autoresearch loop.
Alternatives in Development
- Andrej Karpathy Skills — 7404 65 1 7.5k ★
- Hermes Agent Self Evolution — ⚒ Evolutionary self-improvement for Hermes Agent — optimize skills, prompts, and code using DSPy + GEPA 5.2k ★
- Autoresearch — Claude Autoresearch Skill — Autonomous goal-directed iteration for Claude Code 2.5k ★
README
skill-autoimprove
**OpenClaw skill auto-improvement using Karpathy autoresearch loop**
Claude Code / OpenClaw 스킬(SKILL.md)을 밤새 자동으로 개선하는 시스템. binary assertion 기반으로 점수가 오르면 커밋, 내리면 롤백 — 사람이 멈출 때까지 반복합니다.
How it works
eval.json (25 assertions) → score → LLM improve → re-score
↑ commit if better ↓ rollback if worse
└──────────────────────────────────────┘ repeat
eval.json에 스킬에 대한 참/거짓 테스트 25개 작성- 루프 실행 → 점수 상승 시 git commit, 하락 시 git reset
- "사람이 멈출 때까지 절대 멈추지 마라" 한 줄 프롬프트
실제로 마케팅 카피 스킬을 돌렸더니 **두 번 만에 만점** 달성.
Quick start
# 1. eval.json 자동 생성
python scripts/gen-eval.py
# 2. 개선 루프 실행 (밤새 돌려도 OK)
python scripts/run-loop.py --max-iter 20 --timeout 3600
**OpenClaw slash command:**
/autoimprove
/autoimprove --gen-eval-only # eval.json만 생성
eval.json 예시
[
{"assertion": "SKILL.md has a clear trigger section", "expected": true},
{"assertion": "SKILL.md specifies what it is NOT for", "expected": true},
{"assertion": "SKILL.md has step-by-step workflow", "expected": true},
{"assertion": "Each step has a concrete command or action", "expected": true},
{"assertion": "SKILL.md is under 100 lines", "expected": true}
]
What gets improved (auto)
- Trigger conditions
- Workflow steps & formatting
- Word count & structure rules
- Missing required sections
What stays human
- Tone & creativity judgments
- Business logic decisions
- Subjective quality calls
Setup
git clone https://github.com/VoidLight00/skill-autoimprove
cp -r skill-autoimprove ~/.openclaw/skills/skill-autoimprove
Requires: OpenClaw + Python 3.10+
Inspired by
[Karpathy's autoresearch loop](https://x.com/karpathy) — the same idea that makes AI self-improve, applied to skill documentation.
*Built for [OpenClaw](https://openclaw.ai) — the personal AI assistant framework*
Related Skills
Auto Optimize
Self-improving agent optimization — generates challenger variants of any agent/command, benchmarks against bas
Evo
turns your codebase into an autoresearch loop — discovers what to measure, instruments the benchmark, then run
Vault Autoresearch
3-round autonomous research loop with intermediate notes and synthesis
Run Autoresearch
Run an autonomous experiment loop via the Autoresearch Orchestrator agent
Dream
Overnight autoresearch + maintainer sweep that surfaces a MORNING REPORT — suggested changes, issues raised wi
Stack Bootstrap
One-shot installer for the full way-stack — creates PARA+Karpathy vault, installs orchestrator CLAUDE.md, regi
Related Agents
Skill Optimizer
SKILL.md 자동개선 에이전트 — Karpathy autoresearch 루프
Autoresearcher
One-bounded-dig research experimenter — reads the brief, proposes ONE hypothesis targeting ONE harness compone
Retrospective Agent
Daily / weekly / monthly self-improvement retrospective. Reads the auto-generated dev-log digests (docs/dev-lo