| name | autoresearch |
| description | Use when the user wants Karpathy-style autonomous experiment loops, overnight research runs, or iterative keep-or-discard testing. |
| cluster | quality-eval |
| version | 1.0.0 |
| origin | folded from agent skills library (quality-eval overlap) |
autoresearch
Use this skill when the user wants an agent to run repeated experiments with a strict keep-or-discard loop instead of a one-shot answer.
Choose the mode
Mode 1: Upstream code experiments
Use this when the user wants the original Karpathy workflow.
- Work in a local clone of the
autoresearch repo (set AUTORESEARCH_DIR or ask the user for the path).
- Read:
<autoresearch-repo>/README.md
<autoresearch-repo>/program.md
- Follow the repo's constraints exactly:
- only edit
train.py
- do not modify
prepare.py
- keep
results.tsv untracked
- use a branch named
autoresearch/<tag>