What problem does it solve? Running commands, copying files, or starting agents on a second machine fails repeatedly when the wrong user, dead IP, or broken DNS path is used. This Skill encodes the known-good connection path to the Omarchy workstation (Tailscale IP 100.93.63.88, user nc) and documents every failure mode so sessions stop re-deriving them. ## Core Features & Use Cases - Reliable SSH connection: Uses the omarchy alias in ~/.ssh/config with key-based auth, and appends the alias if it is missing. - Failure diagnosis: Distinguishes wrong-user errors, dead LAN addresses, MagicDNS resolution failures, and offline Tailscale nodes before retrying. - Remote execution patterns: Runs one-off commands, long-lived tmux sessions, rsync file transfers, and remote Claude agents on the second box. - Use Case: You ask to start a long build on the other machine. The Skill checks the node is online via tailscale status, launches the build inside tmux over SSH, and reads the output back with tmux capture-pane. ## Quick Start Ask the assistant to run a command on the second computer, for example: check uptime on PC2 and report back what the box answered.