Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions skills/wt-switch-create/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
name: wt-switch-create
description: Create a new worktrunk worktree 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 mid-session to move work into a fresh branch.
argument-hint: "<branch-name> [task...]"
license: MIT OR Apache-2.0
compatibility: Requires the worktrunk CLI (https://worktrunk.dev) and this plugin's WorktreeCreate hook
---

Arguments: `$ARGUMENTS`. The **first whitespace-delimited token** is the branch
Expand Down
Loading