Create git worktree
Skill ComeOnOliver/skillshub/skills/aiskillstore/marketplace/akabanakk/create-git-worktree
🧠 The right skill, one API call. AI agent skills registry with token-efficient skill resolution. 5,000+ skills from 500+ top repos.
npx -y skills add ComeOnOliver/skillshub --skill create-git-worktreeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
git worktree を利用した分離作業環境を自動構築します。デフォルトブランチから最新コードを取得し、.git-worktrees/ ディレクトリに新規worktreeを作成、.env・npm依存関係を自動セットアップします。ブランチ名の '/' は自動的に '-' に変換されます。既存worktreeは再利用されます。
SKILL.md
0.7 KB, as published. Nobody here has run it
Create Git Worktree and Setup Environment
Instructions
以下のコマンドを実行して、git worktreeを作成し、環境のセットアップを行います。 引数にはgit worktree化するブランチ名を指定してください。
bash scripts/create-worktree.sh [ブランチ名]