WirasmWirasmCommunityยท1 Agent Skills Included

worktree-manager-skill

Parallel git worktrees with isolated ports and cleanup

Creates and manages parallel git worktrees so multiple branches can be developed at once without stashing or losing work. Copies environment files, installs dependencies, and allocates unique ports so dev servers never conflict. Launches dedicated coding sessions per worktree and cleans up directories, ports, and branches when work is merged.
npx skills add Wirasm/worktree-manager-skill --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Worktree Manager?โ–ผ

Run `npx skills add Wirasm/worktree-manager-skill --all -g -y` in your terminal to install the skill globally.

What problem does Worktree Manager solve?โ–ผ

It removes the pain of stashing changes and stopping servers when switching branches by giving each branch its own isolated directory, dependencies, and ports.

How do I create multiple worktrees at once?โ–ผ

Just ask in plain English, for example: spin up worktrees for feature/auth and fix/payment-bug. Each worktree is created, configured, and registered automatically.

Does Worktree Manager prevent port conflicts?โ–ผ

Yes. It allocates unique ports from a global pool for every worktree, so dev servers across all your projects never collide.

How do I clean up worktrees after merging?โ–ผ

Ask to clean up merged worktrees and it kills running servers, removes directories, releases ports, and optionally deletes the merged branches.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’