Spin up a cloud dev box, sync your repo, and get 24/7 Claude Code with remote control — driven from your laptop or your phone.
↓ Download the skill (.zip)A Claude Code skill. From any repo, one command provisions an exe.dev cloud VM, rsyncs your files onto it, and drops a project justfile. After that, just remote attaches a persistent tmux session running claude --remote-control — so an always-on Claude Code lives on the box and shows up in the Claude desktop/mobile app. Close your laptop; it keeps working.
exedev-box/ folder with two files: SKILL.md and spin.sh.~/.claude/skills/exedev-box/ssh exe.dev works) and just + rsync installed.# provision + sync (idempotent — re-run to re-sync) bash ~/.claude/skills/exedev-box/spin.sh # uses $PWD bash ~/.claude/skills/exedev-box/spin.sh <dir> # or a specific repo # then, from that repo, jump onto the always-on session cd <repo> && just remote
Inside Claude Code, saying "spin up an exedev box" triggers the skill automatically.
spin.sh does<name>.exe.xyz, user exedev).justfile with a remote recipe (only if absent).~/<RepoName>/, skipping .git, node_modules, tmp/, log/, vendor/bundle, storage/, .DS_Store.loading…
loading…