Claude Code Plugins

Community-maintained marketplace

Feedback

git worktree を利用した分離作業環境を自動構築します。mainブランチから最新コードを取得し、.git-worktrees/ ディレクトリに新規worktreeを作成、.env・Serena memories・npm依存関係を自動セットアップします。ブランチ名の '/' は自動的に '-' に変換されます。既存worktreeは再利用されます。

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name create-git-worktree
description git worktree を利用した分離作業環境を自動構築します。mainブランチから最新コードを取得し、.git-worktrees/ ディレクトリに新規worktreeを作成、.env・Serena memories・npm依存関係を自動セットアップします。ブランチ名の '/' は自動的に '-' に変換されます。既存worktreeは再利用されます。

Create Git Worktree and Setup Environment

Instructions

以下のコマンドを実行して、git worktreeを作成し、環境のセットアップを行います。 引数にはgit worktree化するブランチ名を指定してください。

bash ${CLAUDE_PLUGIN_ROOT}/scripts/create-worktree.sh [ブランチ名]