attach-agent-worktree

Installation
SKILL.md

/attach-agent-worktree - Attach to Agent Session

Changes to agent worktree directory and attaches to its tmux session.

Usage

/attach-agent-worktree {timestamp}

Implementation

#!/bin/bash

AGENT_ID="$1"

if [ -z "$AGENT_ID" ]; then
    echo "Agent ID required"
Related skills
Installs
1
GitHub Stars
9
First Seen
8 days ago