auto-research

Coordinate NeMo-RL experiment campaigns with git-backed research ledgers and TSV logs.

Updated May 29, 2026
One-click install
npx skills add https://github.com/rblake2320/vigil --skill auto-research-rblake2320
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-research
Source: https://github.com/rblake2320/vigil/tree/main/.claude/skills/auto-research
Command: npx skills add https://github.com/rblake2320/vigil --skill auto-research-rblake2320

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates end-to-end NeMo-RL experiment campaigns, coordinating planning, execution, analysis, and logging to support reproducible research.

Core Features & Use Cases

  • Directed hypothesis campaigns with git-backed provenance for each experiment
  • Baseline-first iterative experimentation with per-hypothesis commits, logs, and handoffs
  • Safety, governance, and stop-rule enforcement to manage compute and risk
  • Seamless handoff and session-memory integration for long-running campaigns

Quick Start

Read this skill's SKILL.md and start a baseline experiment, then branch for a hypothesis and run iterative experiments.

Frequently Asked Questions about auto-research

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

FAQPage Schema
How do I automate reproducible NeMo-RL experiments with git-backed provenance?

You can automate reproducible NeMo-RL experiments by using a git-backed research ledger to coordinate recipes, environments, and eligibility checks. This approach manages directed campaigns, baselines, and iterations while tracking provenance through per-hypothesis commits.

What is the best way to manage long-running NeMo-gym experiment handoffs?

The best way to manage long-running NeMo-gym experiment handoffs is by applying session-memory integration and untracked TSV logs. This ensures seamless human handoffs and preserves context across iterative hypothesis testing and analysis phases.

How do I enforce stop rules and manage compute resources during iterative Reinforcement Learning campaigns?

To enforce stop rules and manage compute safely during iterative Reinforcement Learning campaigns, you apply safety and governance protocols within the experiment workflow. This coordinates resource allocation and prevents uncontrolled compute usage across branches.

Does this workflow support branching per hypothesis for baseline-first iterative experimentation?

Yes, this workflow supports branching per hypothesis for baseline-first iterative experimentation. It coordinates planning and execution by creating per-hypothesis commits, generating specific logs, and maintaining a git-backed research ledger for each iteration.

Can I load session-memory and inspect git state for existing NeMo-RL experiment campaigns?

Yes, you can load session-memory and inspect git state for existing NeMo-RL experiment campaigns. The workflow satisfies these steps by checking the current repository condition and restoring previous session contexts before executing new iterations.