cleanup-agent-worktree
Installation
SKILL.md
/cleanup-agent-worktree - Remove Agent Worktree
Removes a specific agent worktree and its branch.
Usage
/cleanup-agent-worktree {timestamp}
/cleanup-agent-worktree {timestamp} --force
Implementation
#!/bin/bash
AGENT_ID="$1"
FORCE="$2"