wt-switch-create
FeaturedCreate a new worktrunk worktree (optionally in another repo) and switch this session's working directory into it. Use when launching a session that should work in its own worktree.
Install
Quality Score: 89/100
Skill Content
Details
- Author
- max-sixty
- Repository
- max-sixty/worktrunk
- Created
- 10 months ago
- Last Updated
- today
- Language
- Rust
- License
- NOASSERTION
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
worktree
Creates an isolated git worktree for the current task and switches into it, resolving cross-session collisions before they happen. Use when the user says '/worktree <slug>' or wants an isolated working copy for a new task.
ofx-worktrees
Use when the user asks to create, switch to, list, or remove a git worktree, or to check a pull or merge request out into one.
use-worktree
Creates a sibling git worktree at <repo>.worktrees/<slug> — an isolated workspace for starting branch work off the main checkout, or a detached checkout of a PR head to review.