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