Creates git worktrees for isolated development. Use when user wants to "create a worktree", "start a new feature branch", "work on a fix in isolation", or needs a parallel development environment.
$npx -y skills add zipstack/unstract --skill worktreeInstalls into the current project.
Run `npx skills use "https://github.com/zipstack/unstract" --skill "zipstack/unstract/worktree"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/zipstack/unstract" that are relevant to the current task. Run `npx skills add "https://github.com/zipstack/unstract"` and select the relevant skills, then follow their instructions.