worktree-manager

Installation
SKILL.md

Worktree Manager

Orchestrate parallel development through git worktrees. Proactively detect WIP state and offer isolation. Provide dashboards, context recovery, and conflict warnings.

Proactive Trigger

Activate when session starts and working directory has WIP state. Detection:

# Uncommitted or staged changes
git status --porcelain

# Stashes
git stash list

# Unpushed commits (may fail if no upstream - that's ok)
git log --oneline @{u}..HEAD 2>/dev/null
Related skills
Installs
1
GitHub Stars
2
First Seen
3 days ago