wt-switch-create
SolidCreate 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 (e.g. `/wt-switch-create my-branch -- <task>`, or `/wt-switch-create my-branch ~/workspace/other-repo -- <task>`), or mid-session to move work into a fresh branch.
Install
Quality Score: 89/100
Skill Content
Details
- Author
- max-sixty
- Repository
- max-sixty/worktrunk
- Created
- 7 months ago
- Last Updated
- today
- Language
- Rust
- License
- NOASSERTION
Similar Skills
Semantically similar based on skill content — not just same category
worktrunk
Use this skill when the user asks about Worktrunk (wt), git worktree management, running parallel AI agents with worktrees, setting up wt hooks, configuring wt.toml, using `wt switch`, `wt list`, `wt merge`, `wt remove`, `wt step`, LLM commit messages, or integrating Worktrunk with your AI agent. Also trigger when the user wants to run multiple AI agent sessions in parallel across isolated git branches, or automate dev server / database / dependency setup per worktree. Always use this skill for any question involving the `wt` CLI, worktree lifecycle automation, or the worktrunk plugin.
worktree-create
Create git worktrees for a task across all repositories in the project. Use when starting parallel work, creating isolated workspaces for subagents, or branching all repos at once.
using-git-worktrees
Use when starting a feature. Isolate work in a worktree to keep main clean.