worktree-listlisted
Install: claude install-skill nanasess/git-worktree-manager
# List worktrees
Run the following command from the project root:
```bash
worktree list
```
## Output
Shows each task and its repositories with:
- Branch name per repository
- Change indicators (uncommitted changes, untracked files)
Use this to check what worktrees exist before creating new ones or cleaning up.