worktree-agent

Installation
SKILL.md

Worktree Agent Rules

Mandatory rules for any agent dispatched with isolation: "worktree".

Rule 1: Verify Your Working Directory

On start, run pwd. Your path MUST contain .claude/worktrees/. If your CWD is the main repo path, STOP and report the error.

Rule 2: Create Feature Branch First

git checkout -b <branch-name>

Never commit on the default worktree-agent-* branch. Create your feature branch FIRST.

Rule 3: Use Worktree-Relative Paths

Related skills
Installs
3
GitHub Stars
366
First Seen
Mar 29, 2026