What problem does it solve?
This Skill enables developers to create and manage multiple Git worktrees, allowing parallel development on different branches without constant context switching, stashing, or committing. It automates environment setup, saving time and reducing complexity.
Core Features & Use Cases:
- Worktree Creation: Easily create new worktrees for specific issues or features, isolating development environments.
- Isolated Environments: Work on multiple branches simultaneously in separate directories, preventing conflicts.
- Use Case: You need to work on two independent features concurrently. Use this skill to create a separate worktree for each feature, allowing you to switch between them instantly without affecting the other's state, maximizing productivity.
Quick Start:
Use the worktree-create skill to create a new worktree for issue number 42 with the description "implement-tensor-ops".