·worktree-manager
</>

worktree-manager

jtsang4/efficient-coding

Git ワークツリーを管理します。ワークツリーの作成/切り替え/リスト/マージ/削除、複数のブランチを並列ディレクトリに保持する場合、または開発中にワークツリーを安全にクリーンアップする場合に使用します。

2インストール·0トレンド·@jtsang4

インストール

$npx skills add https://github.com/jtsang4/efficient-coding --skill worktree-manager

SKILL.md

Use Worktrunk (wt) as the single interface for Git worktree management: create/switch worktrees, list global status, merge back to the default branch, and remove worktrees safely. Prefer safe operations; never use destructive flags unless the user explicitly requests them.

Recovery: If a wt command fails because wt is missing

Do not preflight-check wt on every invocation. Instead, attempt the requested wt command. If it fails with an error like "command not found: wt" (or equivalent), then:

Git ワークツリーを管理します。ワークツリーの作成/切り替え/リスト/マージ/削除、複数のブランチを並列ディレクトリに保持する場合、または開発中にワークツリーを安全にクリーンアップする場合に使用します。 ソース: jtsang4/efficient-coding。

原文を見る

引用可能な情報

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

インストールコマンド
npx skills add https://github.com/jtsang4/efficient-coding --skill worktree-manager
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-05
更新日
2026-02-18

クイックアンサー

worktree-manager とは?

Git ワークツリーを管理します。ワークツリーの作成/切り替え/リスト/マージ/削除、複数のブランチを並列ディレクトリに保持する場合、または開発中にワークツリーを安全にクリーンアップする場合に使用します。 ソース: jtsang4/efficient-coding。

worktree-manager のインストール方法は?

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

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

https://github.com/jtsang4/efficient-coding