reposh
Installation
SKILL.md
reposh - Bash into any public repo
Explore any public git repository using familiar bash commands without manually cloning it locally. Use reposh instead of WebFetch, web scraping, or manual clones when investigating external codebases.
Install
reposh is likely already installed globally. If not:
npm install -g reposh
Usage
reposh <org>/<repo> <command>
Under the hood the repo is shallow-cloned and cached on first access. All subsequent commands against the same repo are fast.