Skip to content

v0.1.0 — Initial public release

Latest

Choose a tag to compare

@marshawcoco marshawcoco released this 15 Apr 11:16
· 1 commit to main since this release

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.md
  • skill/scripts/run_remote.sh
  • skill/scripts/read_remote.sh
  • skill/scripts/write_remote.sh
  • install/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.