git:20260710.2925510 to git:20260710.62afd0f
19 added, 15 removed. Audit B to A.
---
- title: "Automate ML research loops with ARIS skills"
+ name: "Automate ML research loops with ARIS skills"
+ slug: "automate-ml-research-loops-with-aris-skills"
description: "Use ARIS to run Markdown-based agent skills for literature review, idea discovery, cross-model critique, experiment planning, and paper-writing support."
+ github_stars: 9609
verification: "security_reviewed"
source: "https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep"
author: "wanshuiyin"
publisher_type: "individual"
- category:
- - "Templates & Workflows"
- framework:
- - "Multi-Framework"
+ category: "Templates & Workflows"
+ framework: "Multi-Framework"
tool_ecosystem:
github_repo: "wanshuiyin/Auto-claude-code-research-in-sleep"
github_stars: 9609
---
# Automate ML research loops with ARIS skills
Use ARIS to run Markdown-based agent skills for literature review, idea discovery, cross-model critique, experiment planning, and paper-writing support.
## Prerequisites
ARIS skills or ARIS-Code CLI, Claude Code/Codex/OpenClaw-compatible agent, configured model providers
## Installation
- Choose whichever fits your setup:
+ Use the upstream install or setup path that matches your environment:
+ - git clone https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep.git
+ - npm install -g @openai/codex
+ - pip install deepxiv-sdk
+ - pip install exa-py
- 1. Copy this skill folder into your local skills directory.
- 2. Clone the repo and symlink or copy the skill into your agent workspace.
- 3. Add the repo as a git submodule if you manage shared skills centrally.
- 4. Install it through your internal provisioning or packaging workflow.
- 5. Download the folder directly from GitHub and place it in your skills collection.
+ Requirements and caveats from upstream:
+ - ๐ชถ **Radically lightweight โ zero dependencies, zero lock-in.** The entire system is plain Markdown files. No framework to learn, no database to maintain, no Docker to configure, no daemon to babysit. Every skill is a...
+ - **2026-04-03** โ โ๏ธ **[Modal serverless GPU](skills/serverless-modal/SKILL.md)** โ no GPU? gpu: modal in CLAUDE.md, one command (modal run launcher.py), no SSH, no Docker, auto scale-to-zero. **$30/month free tier** โ...
- Install command or upstream instructions:
+ Basic usage or getting-started notes:
+ - **v0.4.10** (2026-05-17) โ Stream + MCP reliability + multi-provider pricing. C6 whole-stream restart in Anthropic MessageStream + OpenAI SSE loop on chunk decode failure / premature EOF (ARIS_STREAM_RETRY, default 2,...
+ - ๐ **Let Claude Code do research while you sleep.** Wake up to find your paper scored, weaknesses identified, experiments run, and narrative rewritten โ autonomously.
+ - Custom [Claude Code](https://docs.anthropic.com/en/docs/claude-code) skills for autonomous ML research workflows. These skills orchestrate **cross-model collaboration** โ Claude Code drives the research while an exter...
- ```
- Install the ARIS skill pack or download the latest ARIS-Code release, configure model providers, then invoke the relevant research skill from the supported agent runtime or CLI.
- ```
+ - Source: https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep
+ - Extracted from upstream docs: https://raw.githubusercontent.com/wanshuiyin/Auto-claude-code-research-in-sleep/HEAD/README.md
## Documentation
- https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/automate-ml-research-loops-with-aris-skills/)