This handles SSH connections to remote servers so Claude can run commands, check logs, and manage Docker containers without you jumping into a terminal. Supports both key and password authentication, works locally or in cloud runtimes, and includes a simple script wrapper for interactive or one-off commands. The setup is straightforward: drop your credentials in a config file, make the script executable, and you're done. One thing worth noting: it deliberately skips git operations on the server, which is smart since you probably want control over what gets deployed. If you're constantly asking Claude to check production logs or restart services, this saves you from copy-pasting SSH commands all day.
npx skills add https://github.com/artwist-polyakov/polyakov-claude-skills --skill ssh-remote-connection