remote-work

Community

Auto-run tasks on region-aware Azure VMs

Authorrysweet
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Long-running tasks can exhaust local compute or risk unstable environments. This Skill offloads work to remote Azure VMs, enabling region-aware execution and isolation of experiments.

Core Features & Use Cases

  • Remote execution on Azure VMs to leverage stronger compute
  • Automatic region detection from user request
  • VM size recommendations based on task complexity
  • Execution via the /amplihack:remote command
  • Clear results and logs accessible after completion

Quick Start

Example: Run an analysis on an eastus VM: /amplihack:remote --region eastus --vm-size m auto "analysis task"

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: remote-work
Download link: https://github.com/rysweet/AzureHayMaker/archive/main.zip#remote-work

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository