run-experiment

Deploy and run ML experiments on local or remote GPU servers.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill run-experiment-kyrie66nb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-experiment
Source: https://github.com/KYRIE66nb/codex-omx-public-config/tree/main/home/.codex/skills/run-experiment
Command: npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill run-experiment-kyrie66nb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploy and orchestrate ML experiments across local GPUs or remote GPU servers, reducing manual setup and coordination.

Core Features & Use Cases

  • Experiment deployment: launch training jobs with consistent environments and resource binding.
  • Remote and local execution: manage experiments on local GPUs and remote servers via SSH and screen sessions.
  • Monitoring and integration: capture logs via tee and optionally integrate wandb or Feishu notifications.

Quick Start

Provide the experiment script and target server details, and I will deploy and start training.

Frequently Asked Questions about run-experiment

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

FAQPage Schema
How do I automate ML experiment deployment and execution on remote GPU servers?

Automate ML experiment deployment on remote GPU servers by providing the experiment script and server details. The Skill parses AGENTS.md for server specifics, manages conda environments, and binds GPUs to coordinate execution via SSH and screen sessions.

What is the best way to run multiple ML experiments across different GPUs and hosts?

Running multiple ML experiments across GPUs and hosts is coordinated by automating code deployment, dependency management, and resource allocation. The Skill ensures consistent environments and handles GPU binding for single or multiple experiments across local and remote servers.

Can I use conda environments and bind specific GPUs for remote ML training?

Yes, you can use conda environments and bind specific GPUs for remote ML training. The Skill manages conda environment setup and automates GPU binding, ensuring resource allocation is correctly configured before launching training jobs on local or remote servers.

Does ML experiment orchestration work with W&B and Feishu notifications?

ML experiment orchestration works with W&B and Feishu notifications through optional integration. The Skill captures logs via tee and can be configured to send updates through W&B or Feishu, keeping you informed of training progress and job status across remote hosts.

Do I need to configure AGENTS.md before deploying experiments to remote GPU servers?

Yes, you need to configure AGENTS.md before deploying experiments to remote GPU servers. The Skill requires parsing AGENTS.md to retrieve essential server specifics, which are necessary to establish SSH connections, manage conda environments, and bind GPUs correctly.