list-agent-worktrees
Installation
SKILL.md
/list-agent-worktrees - List All Agent Worktrees
Shows all active agent worktrees with their paths and branches.
Usage
/list-agent-worktrees
Implementation
#!/bin/bash
git worktree list | grep "worktrees/agent-" || echo "No agent worktrees found"