autoresearch-bootstrap

Inspect a codebase and generate a Claude Code workflow for ML experiments.

12|4|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/ACautomata/autoresearch-bootstrap --skill autoresearch-bootstrap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autoresearch-bootstrap
Source: https://github.com/ACautomata/autoresearch-bootstrap/tree/main
Command: npx skills add https://github.com/ACautomata/autoresearch-bootstrap --skill autoresearch-bootstrap

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Bootstrap autonomous ML research on any project by automatically inspecting a codebase, classifying components into fixed infrastructure and modifiable training code, and generating Claude Code workflows for autonomous experimentation.

Core Features & Use Cases

  • Explore the repository to map data flow, entry points, and configuration systems.
  • Classify files into prepare.py scope (fixed) and train.py scope (modifiable) according to heuristics.
  • Generate a Claude Code workflow placed in .claude/workflows that automates experiments, memory notes, and results tracking.
  • Provide curated research ideas and structured documentation to support reproducible research.

Quick Start

Open Claude Code and run /autoresearch-bootstrap to start autonomous research on your project.

Frequently Asked Questions about autoresearch-bootstrap

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate ML research experiments on an existing codebase?

Automating ML research involves inspecting your repository, classifying files into fixed infrastructure and modifiable training code, then generating a Claude Code workflow to run autonomous experiments, log memory, and track results.

What is the best way to separate fixed data preparation code from modifiable training scripts?

Separating code components uses heuristics to classify files into a fixed prepare.py scope for infrastructure and a modifiable train.py scope for training logic, ensuring safe autonomous edits by constraining modifications to the training scope.

Can I generate an autonomous experimentation loop for any machine learning project?

Yes, you can generate an autonomous experimentation loop for any ML project by extracting the project name, typical training command, metrics, and baseline to produce an end-to-end workflow with structured tracking.

How do I start autonomous ML research with Claude Code?

To start autonomous ML research, open Claude Code in your project directory and run the bootstrap command to automatically map data flow, extract metrics, and generate the experimentation workflow.

Does autonomous ML research bootstrapping constrain edits to protect my infrastructure?

Autonomous ML research bootstrapping constrains edits strictly to the train.py scope, keeping prepare.py as fixed infrastructure to prevent unintended modifications to data preparation and configuration systems.

What do I need to set up before generating an autonomous ML research workflow?

You need an existing ML codebase with identifiable entry points and configuration systems, allowing the bootstrapper to extract training commands and baselines to generate the automated workflow.