setup-worktree

Installation
SKILL.md

Purpose

When a new git worktree is created, gitignored files (like the Temporal CLI binary in bin/) are missing and server assets haven't been built. Run this skill to get a new worktree ready for development.

Steps

1. Find the main worktree path

git worktree list

The first entry is the main worktree. Use it as $MAIN.

2. Copy .env from the main worktree

Installs
1
Repository
temporalio/ui
GitHub Stars
430
First Seen
Aug 20, 2026
setup-worktree — temporalio/ui