abhi-arya1abhi-arya1Communityยท1 Agent Skills Included

wt

Isolated git worktree sandboxes locally or over SSH

Creates isolated git worktree sandboxes on your machine or remote SSH hosts for safe experimentation. Eliminates the risk of breaking your main working tree when testing branches, running builds, or trying ideas. Lets you enter shells, run commands, manage tmux sessions, and clean up stale sandboxes with simple commands.
npx skills add abhi-arya1/wt --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’