๐ŸŒฟ
AutomationRust

Worktrunk Switch Create

by max-sixty

Worktrunk Switch Create is an Automation skill for Claude Code, published by max-sixty in worktrunk.

6.5K stars232 forkson max-sixty/worktrunkAdded 2026/08/15+1% in starsRepository updated 2026/08/15
agentsclaude-codecodexdeveloper-toolsgitworktrees
Install in seconds
Install Worktrunk Switch Create
Copy Worktrunk Switch Create into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/max-sixty/worktrunk/tree/main/skills/wt-switch-create ~/.claude/skills/wt-switch-create

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/max-sixty/worktrunk.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
skills/wt-switch-create/SKILL.md in max-sixty/worktrunk
Installs to
~/.claude/skills/wt-switch-create
Collection
One of 5 skills cataloged from this repository
Category
Automation โ€” 1523 skills

What Worktrunk Switch Create does

Worktrunk Switch Create creates a new worktrunk worktree (optionally in another repo) and switches the current session's working directory into it. Use when launching a session that should work in its own worktree.

Worktrunk Switch Create is cataloged under Automation on DirSkills. Worktrunk Switch Create comes from a repository tagged agents, claude-code, codex, developer-tools and git.

Documentation

README

Arguments: $ARGUMENTS. Grammar: [<branch>] [<repo>] [-- <task>].

  • branch โ€” optional; the branch name for the new worktree. When omitted, pick one (step 1 below).
  • repo โ€” optional path; create the worktree in this repo instead of the session's current one.
  • task โ€” optional; what to do inside the new worktree. No task means enter the worktree and wait.

This is the opening of the README. Read the full README on GitHub.

Commands Worktrunk Switch Create provides

Slash commands named in this skillโ€™s SKILL.md, listed in the order they first appear.

  • /wt-switch-create
  • /add-dir

Frequently asked about Worktrunk Switch Create

  • What else does max-sixty publish alongside Worktrunk Switch Create?

    Worktrunk Switch Create is one of 5 skills that DirSkills catalogs from max-sixty/worktrunk, the repository it ships in. Its siblings there include Release Workflow, Running Tend and Worktrunk. Each one is a separate skill with its own page in this directory, installs the same way Worktrunk Switch Create does, and is maintained by max-sixty in that same repository. The rest of the collection is listed on the max-sixty/worktrunk page.

  • How does Worktrunk Switch Create compare to other Automation skills?

    Worktrunk Switch Create ranks #207 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Worktrunk Switch Create against them. Open each page to compare what they document and how they install.