From flow-next
Manages git worktrees via bash script: create/list/switch/cleanup and copy .env files. Enables parallel feature work, isolated reviews, or clean workspaces.
How this skill is triggered — by the user, by Claude, or both
Slash command
/flow-next:flow-next-worktree-kitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the manager script for all worktree actions.
Use the manager script for all worktree actions.
bash ${DROID_PLUGIN_ROOT:-${CLAUDE_PLUGIN_ROOT}}/skills/flow-next-worktree-kit/scripts/worktree.sh <command> [args]
Commands:
create <name> [base]listswitch <name> (prints path)cleanupcopy-env <name>Safety notes:
create does not change the current branchcleanup does not force-remove worktrees and does not delete branchescleanup deletes the worktree directory (including ignored files); removal fails if the worktree is not clean.env* is copied with no overwrite (symlinks skipped).worktrees/ or any worktree path component is a symlinkcopy-env only targets registered worktreesorigin fetch is optional; local base refs are allowedorigin only when base looks like a branch.worktrees/npx claudepluginhub gmickel/flow-next --plugin flow-nextManages git worktrees via unified bash script for parallel development: creates isolated feature environments, lists/switches status, copies .env files, cleans up merged/stale worktrees.
Manage Git worktrees for isolated parallel development. Automates creation, switching, and cleanup with .env copying and .gitignore management. Useful for code reviews and feature work.
Manages Git worktrees for parallel development: create from main with .env copying, list status, switch, cleanup interactively via bash script.