Auto-claude-code-research-in-sleep
Automate the full academic research pipeline from idea to submission
All Skills in This Repository (89)
Pure Emerald Level Indicatorspaper-write
Generate LaTeX paper sections from an outline and narrative report.
proof-writer
Generate rigorous mathematical proofs for ML/AI theory claims.
research-refine-pipeline
Orchestrate research workflows from method refinement to experiment planning.
auto-review-loop-llm
Automate iterative research review loops using an OpenAI-compatible LLM API.
experiment-plan
Generates a claim-driven experiment roadmap from a research proposal or method idea.
idea-creator
Generate and rank research ideas with novelty and feasibility checks.
monitor-experiment
Monitor remote machine learning experiments via SSH and collect JSON results.
research-pipeline
Automate machine learning research from idea generation to submission-ready papers.
research-refine
Refine vague research directions into problem-anchored method plans.
idea-discovery
Automates research idea discovery from literature surveys to validated experiment plans for ML workflows.
paper-compile
Compile LaTeX papers to PDF with latexmk and fix common errors.
analyze-results
Analyze ML experiment results from JSON/CSV to compute statistics and generate insights.
Frequently Asked Questions
FAQPage SchemaHow to install ARIS?โผ
Run `npx skills add wanshuiyin/Auto-claude-code-research-in-sleep --all -g -y` in your terminal to install all skills in this suite globally.
What does ARIS actually do?โผ
It chains research skills into full pipelines: find an idea, verify novelty, plan and run experiments, write the paper, and audit every claim and citation before submission.
Which AI agents does ARIS work with?โผ
It runs in Claude Code, Codex CLI, Cursor, Trae, Antigravity, GitHub Copilot CLI, and OpenClaw, using the standard SKILL.md format.
How does ARIS prevent fabricated results?โผ
A separate model family audits every number, citation, and proof against raw result files, so the writing agent never grades its own work.
Can ARIS run experiments on cloud GPUs?โผ
Yes. Built-in skills rent and manage GPUs on vast.ai, Modal, and SSH servers, with cost estimates, OOM retry, and automatic cleanup.
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