🌿
DevOpsTypeScript

Move To Worktree

by foyzulkarim

Move To Worktree is a DevOps skill for Claude Code, published by foyzulkarim in claude-lens.

245 stars31 forkson foyzulkarim/claude-lensAdded 2026/09/03Repository updated 2026/08/05
analyticsclaudeclaude-codedashboard
Install in seconds
Install Move To Worktree
Copy Move To Worktree 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/foyzulkarim/claude-lens/tree/main/.claude/skills/move-to-worktree ~/.claude/skills/move-to-worktree

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/foyzulkarim/claude-lens.git

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

In this catalog

Source file
.claude/skills/move-to-worktree/SKILL.md in foyzulkarim/claude-lens
Installs to
~/.claude/skills/move-to-worktree
Collection
One of 3 skills cataloged from this repository
Category
DevOps β€” 868 skills

What Move To Worktree does

Move To Worktree parks a clean, pushed task branch in an issue-numbered nested worktree and returns the primary checkout to main. Use it after /start-task when opening a parallel lane and setting its per-worktree ports and dependencies.

Move To Worktree is cataloged under DevOps on DirSkills. Move To Worktree comes from a repository tagged analytics, claude, claude-code and dashboard.

Documentation

README

Move-to-Worktree

Companion to /start-task for parallel Phase 4 lanes (see specs/claude-lens-phase4-parallelization.md). /start-task leaves the primary checkout on the new feature branch; this skill moves that branch into its own worktree and puts the primary back on main β€” one worktree + one branch + one Claude session per in-flight issue.

Run (1 bash call)

bash {base_directory}/move-to-worktree.sh

No arguments β€” it operates on the branch currently checked out. The script:

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

Commands Move To Worktree provides

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

  • /start-task
  • /plan-architecture
  • /implement
  • /review
  • /commit
  • /finish-worktree

Frequently asked about Move To Worktree

  • What else does foyzulkarim publish alongside Move To Worktree?

    Move To Worktree is one of 3 skills that DirSkills catalogs from foyzulkarim/claude-lens, the repository it ships in. Its siblings there include Archive Issue and Create Issue. Each one is a separate skill with its own page in this directory, installs the same way Move To Worktree does, and is maintained by foyzulkarim in that same repository. The rest of the collection is listed on the foyzulkarim/claude-lens page.

  • How does Move To Worktree compare to other DevOps skills?

    Move To Worktree ranks #761 by stars among the 868 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. 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 Move To Worktree against them. Open each page to compare what they document and how they install.