·sc-worktree
</>

sc-worktree

tony363/superclaude

マルチエージェント並列開発のための Git ワークツリー管理。複数のエージェントを生成して、分離された機能を同時に処理する場合に使用します。

7インストール·0トレンド·@tony363

インストール

$npx skills add https://github.com/tony363/superclaude --skill sc-worktree

SKILL.md

Git worktree isolation for parallel agent development with simple, safe workflows.

| create | Create isolated worktree | git worktree add -b wt/ | | list | Show all active worktrees | git worktree list | | status | Check worktree state | git status, git log | | cleanup [--all] | Remove stale worktrees | git worktree remove, prune | | propose | Create PR for human review | git push, gh pr create |

| --commits | bool | true | Agent commits directly to branch | | --patches | bool | false | Agent produces patch files only | | --run-tests | bool | false | Run tests before proposing | | --force | bool | false | Override existing worktree/branch | | --base | string | main | Base branch for worktree |

原文を見る

引用可能な情報

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

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

クイックアンサー

sc-worktree とは?

マルチエージェント並列開発のための Git ワークツリー管理。複数のエージェントを生成して、分離された機能を同時に処理する場合に使用します。 ソース: tony363/superclaude。

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

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

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

https://github.com/tony363/superclaude