skills/smithery.ai/shared-worktree

shared-worktree

Installation
SKILL.md

Worker Worktree Skill

"Parallel development without conflicts – each agent works in their own worktree."

Verification Checklist

Before starting work:

  • Worktree exists (git worktree list shows your worktree)
  • In worktree directory (pwd shows ../{agent}-worktree)
  • On correct branch (git branch shows {agent}-worktree)
  • Main branch merged (git merge origin/main completed)
  • No merge conflicts (git status is clean)
  • Latest changes pulled (git log shows recent main commits)

Quick Reference Commands

Installs
1
First Seen
May 3, 2026
shared-worktree from smithery.ai