run-experiment

Deploy and execute machine learning experiments across local, remote, and serverless GPU environments.

1|Updated Jul 21, 2026
One-click install
npx skills add https://github.com/dogekiki/SP-test --skill run-experiment-dogekiki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-experiment
Source: https://github.com/dogekiki/SP-test/tree/main/.trae/skills/run-experiment
Command: npx skills add https://github.com/dogekiki/SP-test --skill run-experiment-dogekiki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the complexity of managing ML experiment deployments across diverse environments, including local machines, remote servers, Vast.ai, and Modal, by automating environment detection, code synchronization, and process management.

Core Features & Use Cases

  • Multi-Environment Support: Seamlessly handles deployment to local GPUs, SSH-accessible remote servers, on-demand Vast.ai instances, and serverless Modal infrastructure.
  • Automated Lifecycle: Manages the entire experiment lifecycle, including pre-flight GPU checks, dependency installation, W&B logging integration, and automated cleanup or instance destruction.
  • Use Case: A researcher needs to run a training job on a high-end GPU. They can simply trigger this skill to provision a Vast.ai instance, sync their code, run the training in a persistent screen session, and automatically destroy the instance upon completion to save costs.

Quick Start

Use the run-experiment skill to deploy the current project to a Vast.ai instance and start the training job.

Frequently Asked Questions about run-experiment

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

FAQPage Schema
How do I automate machine learning experiment deployment across different GPU environments?

Automating machine learning experiment deployment involves detecting the target environment, synchronizing code, and managing the GPU training process. This skill handles provisioning, dependency installation, and execution across local, remote, Vast.ai, and Modal platforms.

Can I run training jobs on Vast.ai and Modal serverless infrastructure?

Yes, you can run training jobs on both Vast.ai and Modal serverless infrastructure. The skill supports multi-environment deployment, allowing you to provision on-demand Vast.ai instances or utilize serverless Modal infrastructure for your machine learning tasks.

How do I manage the lifecycle of a remote GPU training session?

Managing a remote GPU training session lifecycle requires pre-flight GPU checks, dependency installation, and process monitoring. This skill automates execution in persistent screen sessions and handles automated cleanup or instance destruction upon job completion to save costs.

What is the best way to sync code and set up logging for ML experiments on remote servers?

The best way to sync code and set up logging for ML experiments is through automated environment-specific setup. This skill synchronizes your local code to remote servers and integrates W&B logging to monitor training tasks without manual configuration.

Does Vast.ai deployment support automated cleanup to stop incurring GPU costs?

Yes, Vast.ai deployment supports automated cleanup to stop incurring GPU costs. The skill manages the entire experiment lifecycle, ensuring that instances are automatically destroyed upon training completion to maintain efficient resource utilization.

Why should I use automated provisioning for machine learning experiments instead of manual SSH setup?

Automated provisioning for machine learning experiments eliminates the complexity of manual SSH setup and environment configuration. It ensures efficient resource utilization by automating environment detection, code synchronization, and process management across diverse GPU environments.