worktree-manager-skill
Parallel git worktrees with isolated ports and cleanup
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โ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