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"
Related skills
Installs
1
GitHub Stars
9
First Seen
9 days ago