Worktree Spawn banner
weedmo weedmo

Worktree Spawn

Git community

Description

--- description: "Spawn an isolated git worktree with a deterministic PORT_BASE so heavy multi-port dev servers can run in parallel across Claude sessions." argument-hint: "<branch> [base-branch] | --list | --remove <branch> [--force]" --- Run the worktree-spawn helper. Pass `$ARGUMENTS` straight through. ```bash bash ~/.claude/scripts/worktree-spawn.sh $ARGUMENTS ``` After the script finishes: - If a worktree was created, show the user the path and `PORT_BASE`, and remind them to run `d

Installation

Installs to ~/.claude/skills/weedmo-skills-worktree-spawn/SKILL.md

Terminal
mkdir -p ~/.claude/skills/weedmo-skills-worktree-spawn && curl -fsSL https://raw.githubusercontent.com/weedmo/skills/HEAD/commands/worktree-spawn.md -o ~/.claude/skills/weedmo-skills-worktree-spawn/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository