·worktrees
</>

worktrees

nilecui/skillsbase

git worktree を使用してコーディング エージェントと並行して開発を行うためのガイド。このスキルは、ユーザーが新しいワークツリーで作業することを要求する場合、または別の機能を分離して作業することを希望する場合に使用します (例: 「新しいワークツリーで作業する」、「機能 X のワークツリーを作成する」)。

6インストール·0トレンド·@nilecui

インストール

$npx skills add https://github.com/nilecui/skillsbase --skill worktrees

SKILL.md

This skill enables parallel development by using git worktrees. Each worktree provides an isolated working directory with its own branch, allowing multiple agents to work on different features simultaneously without conflicts.

Choose a descriptive branch name for the feature or task to be worked on. The branch name should follow standard git naming conventions (lowercase, hyphen-separated, e.g., add-user-authentication, fix-login-bug).

Create a new worktree in the .worktrees/ directory within the current project:

git worktree を使用してコーディング エージェントと並行して開発を行うためのガイド。このスキルは、ユーザーが新しいワークツリーで作業することを要求する場合、または別の機能を分離して作業することを希望する場合に使用します (例: 「新しいワークツリーで作業する」、「機能 X のワークツリーを作成する」)。 ソース: nilecui/skillsbase。

原文を見る

引用可能な情報

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

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

クイックアンサー

worktrees とは?

git worktree を使用してコーディング エージェントと並行して開発を行うためのガイド。このスキルは、ユーザーが新しいワークツリーで作業することを要求する場合、または別の機能を分離して作業することを希望する場合に使用します (例: 「新しいワークツリーで作業する」、「機能 X のワークツリーを作成する」)。 ソース: nilecui/skillsbase。

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

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

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

https://github.com/nilecui/skillsbase