What problem does it solve? Heavy workloads like full test suites, Docker stacks, asset builds, and local LLM inference can overwhelm a local machine. This Skill offloads that work to a configured remote dev box over SSH, running everything headlessly and reporting output back, so your local environment stays responsive. ## Core Features & Use Cases - Headless remote execution: Runs commands with no TTY, no interactive prompts, and non-interactive environment variables, capturing output and reporting which host executed the work. - Config-driven host management: Resolves hosts from a per-user or per-project JSON config with SSH fallbacks, path mappings, and host-specific notes, plus a persistent per-host memory file for lessons learned across sessions. - Smart code sync and job control: Chooses between git checkout, rsync mirroring, or ad-hoc script transfer, detaches long-running jobs with nohup and PID files, supports port forwarding, and copies artifacts back when needed. - Use Case: Ask to run your full test suite on your build box; the Skill verifies SSH connectivity, syncs your working tree, launches the suite detached, polls the log for progress, and reports the results. ## Quick Start Ask the agent to run the full test suite on your remote dev box and report the results back. First-time users can run /remote-run:setup for guided configuration of their SSH target and remote paths.