wt
Isolated git worktree sandboxes locally or over SSH
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install wt?โผ
Run `npx skills add abhi-arya1/wt --all -g -y` in your terminal to install this skill globally.
What does wt do?โผ
wt creates isolated git worktree sandboxes from your repo, locally or on remote servers over SSH. You can enter them, run commands inside, and delete them when finished without touching your main working tree.
How to test multiple branches in parallel?โผ
Run `wt up --branch <name>` for each branch to create separate sandboxes, then use `wt run <name> -- <command>` to execute tests in each one independently.
Can wt create sandboxes on remote servers?โผ
Yes. Register a server with `wt host add <name> --ssh user@host --root /path`, then run `wt up <name> --host <name>` to spin up a sandbox there over SSH.
Does wt work with coding agents?โผ
Yes. The included SKILL.md teaches agents how to create and manage sandboxes, so multiple agents can work in isolated environments on your behalf.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core