run-experiment

Deploy and run ML experiments on local or remote GPU environments via SSH.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/tqLi99/academic-paper-skills --skill run-experiment-tqli99
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-experiment
Source: https://github.com/tqLi99/academic-paper-skills/tree/main/skills/run-experiment
Command: npx skills add https://github.com/tqLi99/academic-paper-skills --skill run-experiment-tqli99

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Step-by-step deployment and execution of ML experiments across local and remote GPUs
  • Integration with wandb and remote server orchestration
  • Guardrails for environment detection, pre-flight checks, and deployment

Quick Start

Provide an experiment description to deploy and run on the configured GPU server.

Frequently Asked Questions about run-experiment

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

FAQPage Schema
How do I deploy and run ML experiments on a remote GPU?

You can deploy ML experiments to remote GPU servers by providing an experiment description; the Skill handles SSH connection, environment detection, pre-flight GPU checks, code synchronization, and execution using your configured conda environment.

Can I run ML experiments on local GPUs instead of remote servers?

Yes, you can run ML experiments on local GPUs. The Skill supports both local execution and remote SSH deployment, automatically detecting the environment and conducting GPU pre-flight checks to ensure the experiment launches reliably in either context.

Does running ML experiments support wandb logging?

Yes, running ML experiments supports optional wandb logging. During remote deployment or local execution, you can enable wandb integration to track experiment metrics and outputs alongside the automated SSH orchestration and GPU pre-flight checks.

What pre-flight checks are performed before deploying ML experiments to a GPU?

Before deploying ML experiments, the Skill performs environment detection and GPU pre-flight checks to verify the target environment. It also synchronizes your code via SSH to prevent deployment failures and ensure the remote GPU is ready for execution.

Why do I need CLAUDE.md configuration for ML experiment deployment?

CLAUDE.md configuration is needed for ML experiment deployment because it provides the necessary server and environment parameters. The Skill relies on this configuration to correctly identify target GPUs, establish SSH connections, and execute code within the proper conda environment.