·git-worktrees
</>

git-worktrees

xenitv1/claude-code-maestro

機能開発用に分離された Git ワークスペースを作成します。スマートなディレクトリ選択、安全性の検証、およびクロスプラットフォームのサポート (Windows/Unix)。

1インストール·0トレンド·@xenitv1

インストール

$npx skills add https://github.com/xenitv1/claude-code-maestro --skill git-worktrees

SKILL.md

🌳 GIT WORKTREES: ISOLATED WORKSPACES Philosophy: Isolation prevents contamination. Work on features without affecting the main workspace. Systematic directory selection + safety verification = reliable isolation.

ISOLATION INTEGRITY MANDATE (CRITICAL): Never create worktrees in directories that are not explicitly ignored by Git. AI-generated workflows often fail by polluting the primary repository with tracked worktree data. You MUST verify that the destination directory is within .gitignore before execution. Furthermore, you MUST ensure a 'Clean Baseline' by running tests before starting any feature work in a new worktree...

🎯 OVERVIEW Git worktrees create isolated workspaces sharing the same repository, allowing work on multiple branches simultaneously without switching. Benefits:

機能開発用に分離された Git ワークスペースを作成します。スマートなディレクトリ選択、安全性の検証、およびクロスプラットフォームのサポート (Windows/Unix)。 ソース: xenitv1/claude-code-maestro。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/xenitv1/claude-code-maestro --skill git-worktrees
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

git-worktrees とは?

機能開発用に分離された Git ワークスペースを作成します。スマートなディレクトリ選択、安全性の検証、およびクロスプラットフォームのサポート (Windows/Unix)。 ソース: xenitv1/claude-code-maestro。

git-worktrees のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/xenitv1/claude-code-maestro --skill git-worktrees インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/xenitv1/claude-code-maestro