claude-autoresearch-skill
Autonomous ML research and long-running experiment loops
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install claude-autoresearch-skill?โผ
Run `npx skills add AlexWortega/claude-autoresearch-skill --all -g -y` in your terminal to install the skill globally.
What does the autoresearch skill do?โผ
It researches existing solutions for your ML task, plans a diverse experiment matrix, and runs a long generational loop of bounded train-and-eval experiments until it finds the best verified config.
Do I need a GPU to use autoresearch?โผ
No. It asks where to get compute first (Kaggle, local GPU, or cloud SSH), and if none is reachable it falls back to design-only mode with a runnable experiment harness.
How does autoresearch avoid wasting GPU time?โผ
A peer-critic panel prunes weak or duplicate hypotheses before any training starts, and every kept winner is adversarially re-verified against a held-out metric.
Can autoresearch run overnight or for days?โผ
Yes. The generational loop runs as a background workflow and keeps proposing and testing ideas until it hits your budget, stagnation limit, or convergence.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides