remote-ssh-dev v0.1.0
Initial public release of remote-ssh-dev, a Claude Code skill for working in large remote Linux repositories over SSH when the local machine does not have enough memory to run the project comfortably.
What problem it solves
A common setup is that the real development environment lives on a remote Linux machine because the project is too large, too heavy, or too memory-hungry for the local machine. This project makes that workflow practical for Claude Code.
What it does
- runs focused commands in a remote repo through SSH
- reads remote files with line numbers for precise reasoning
- writes remote files atomically
- encourages narrow verification before broad test/build commands
- keeps the workflow explicit about safety and side effects
Included in this release
skill/SKILL.mdskill/scripts/run_remote.shskill/scripts/read_remote.shskill/scripts/write_remote.shinstall/install_claude_skill.sh- example SSH config and invocation docs
- public README and license
Recommended use
Start on a non-production host first.
Use an SSH host alias from ~/.ssh/config.
Prefer small, targeted checks before broader commands.
Notes
This first release is intentionally narrow. It focuses on a practical Claude Code + SSH workflow for large remote projects, rather than trying to be a full remote automation platform.