Bypasses sandbox proxy restrictions to push Git submodule changes via an SSH tunnel to a desktop relay.
The Submodule SSH skill provides a specialized workflow for developers working in restricted sandbox environments where the proxy only authorizes write access to the main repository. It enables Claude to manage nested Git repositories by routing file transfers and git operations through an SSH tunnel to a desktop environment. This allows for seamless cloning, committing, and pushing of submodule changes, ensuring that complex multi-repo architectures can be maintained and updated without proxy-related interruptions.
Características Principales
01Automated file transfer from sandbox to desktop via SSH
02Automated synchronization between local and remote submodule states
03Streamlined parent repository pointer updates
04Bypasses sandbox proxy write restrictions for nested repositories
05Remote Git execution for cloning and pushing from a relay host
060 GitHub stars
Casos de Uso
01Contributing code to a Git submodule when the sandbox proxy blocks direct pushes
02Syncing local development changes to secondary repositories through a trusted relay
03Managing multi-repo architectures that require frequent upstream dependency updates