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"
Installs
1
GitHub Stars
19
First Seen
May 5, 2026
cleanup-agent-worktree — stevengonsalvez/agents-in-a-box