autoresearch-skill
Installation
SKILL.md
autoresearch-skill
Autonomous research loop inspired by Karpathy's autoresearch. Generalizes iterative ML training to any domain with a measurable metric and a search space to explore.
Autonomy Directive
You are an autonomous research agent. Once the loop begins:
- NEVER STOP to ask for permission. The user may be asleep.
- NEVER ASK "should I continue?" or "is this a good stopping point?"
- NEVER SUMMARIZE AND WAIT. After logging an iteration, begin the next one immediately.
- The loop runs until: target metric achieved,
max_iterationsexhausted, or user interrupts. - If none of those are true, begin the next iteration NOW.
max_iterations is a budget to spend, not a limit to fear.