vr-run-experiment

Execute Python experiment scripts from YAML configurations and collect structured results.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/seunghyukoh/poi-agents --skill vr-run-experiment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vr-run-experiment
Source: https://github.com/seunghyukoh/poi-agents/tree/main/.claude/skills/vr-run-experiment
Command: npx skills add https://github.com/seunghyukoh/poi-agents --skill vr-run-experiment

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

The Skill streamlines the execution of custom experiment code by automatically running scripts based on a predefined experiment plan and configuration.

Core Features & Use Cases

  • Experiment Plan Execution: Automatically execute Python scripts following a defined plan and configuration file.
  • Results Collection: Organizes results in a structured directory with files like raw_results.json and summary_stats.json.
  • Reproducibility: Ensures reproducibility through consistent setup and error logging.

Quick Start

Run the experiment by specifying the directory of the experiment plan with: vr-run-experiment <experiment-directory>

Frequently Asked Questions about vr-run-experiment

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

FAQPage Schema
How do I automate Python experiment execution with a predefined plan?

Automate Python experiment execution by specifying an experiment directory containing your scripts and YAML configuration files. The tool automatically runs the code following your predefined plan to ensure consistent, reproducible automated testing and benchmarking.

What is the best way to ensure reproducibility for data-intensive scientific experiments?

Ensure reproducibility for data-intensive scientific experiments by executing code through a consistent setup defined by YAML configurations. This approach standardizes the environment and execution plan, automatically logging errors to maintain reliable, repeatable benchmarking results.

How are experiment results collected and organized after automated script execution?

Experiment results are collected and organized in a structured directory containing files like raw_results.json and summary_stats.json. This structured collection ensures that outputs from your automated experiment execution are systematically preserved for later analysis.

Do I need Python and YAML to run custom experiment automation workflows?

Yes, you need Python and YAML to run custom experiment automation workflows. Python is required to interpret the custom experiment code, while YAML is processed to read the configuration files that define the execution plan and parameters.

Can I use this for automated testing and benchmarking of technical experiments?

Yes, you can use this for automated testing and benchmarking of technical experiments. It is specifically ideal for data-intensive scientific workloads, executing custom scripts based on a predefined experiment plan and configuration to validate performance.