feature-branch

SKILL.md

Create a feature branch in a new git worktree, as a sibling directory of the current project.

Steps

  1. Take the branch name from the argument. If none provided, ask the user — never generate a name.

  2. Fetch the latest main:

    • git fetch origin main
  3. Create the worktree:

    • git worktree add ../<branch-name> -b <branch-name> origin/main
    • This creates ../<branch-name>/ alongside the current project directory
  4. Confirm to the user:

    • Show the branch name
    • Show the worktree path
Weekly Installs
8
First Seen
Feb 28, 2026
Installed on
opencode8
gemini-cli8
claude-code8
github-copilot8
codex8
kimi-cli8