create-worktree

Installation
SKILL.md

Create Worktree

Creates a git worktree inside the project root, named after a conventional commit type and ticket ID.

Gather inputs

If not provided by the user, ask for:

Input Example
Commit type feat, fix, chore, refactor, docs, test
Ticket ID PROJ-123, GH-42, #99
Short title user-auth-flow, fix-login-redirect

Slugify the title: lowercase, replace spaces/underscores with hyphens, strip special chars.

Construct names

Installs
22
First Seen
May 6, 2026
create-worktree — phoenixtw/skills