git-worktree-setup

Automate git worktree creation and copy private files (not tracked in git) to new workdirs. Use when creating a new git worktree for this Flutter project that requires untracked private files like secrets.dart, Firebase configs, etc.

$ 安裝

git clone https://github.com/k8zdev/k8z /tmp/k8z && cp -r /tmp/k8z/.claude/skills/git-worktree-setup ~/.claude/skills/k8z

// tip: Run this command in your terminal to install the skill