Manages the full lifecycle of git worktrees: creation, monitoring, cleanup, and maintenance.
| /worktree create | /worktree | Create new worktree with conventional branch naming | | /worktree list | /worktree ls | Show all worktrees with status and branch info | | /worktree remove | /worktree rm | Remove worktree + cleanup branches | | /worktree cleanup | - | Interactive batch removal of multiple worktrees |
| /worktree prune | - | Remove stale worktree references | | /worktree lock | - | Prevent worktree from being auto-pruned | | /worktree unlock | - | Allow worktree to be pruned again |
Управляет жизненным циклом рабочего дерева git — создание, составление списка, удаление, очистка, сокращение, блокировка/разблокировка. Используйте, когда пользователь упоминает «рабочее дерево», «работу с параллельными ветвями», «очистку рабочих деревьев» или ему необходимо работать с несколькими ветвями одновременно. Источник: walletconnect/skills.