Che cos'è sc-worktree?
Gestione dell'albero di lavoro Git per lo sviluppo parallelo multi-agente. Da utilizzare quando si generano più agenti per lavorare contemporaneamente su funzionalità isolate. Fonte: tony363/superclaude.
Gestione dell'albero di lavoro Git per lo sviluppo parallelo multi-agente. Da utilizzare quando si generano più agenti per lavorare contemporaneamente su funzionalità isolate.
Installa rapidamente la skill AI sc-worktree nel tuo ambiente di sviluppo tramite riga di comando
Fonte: tony363/superclaude.
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 |
Campi e comandi stabili per citazioni AI/ricerca.
npx skills add https://github.com/tony363/superclaude --skill sc-worktreeGestione dell'albero di lavoro Git per lo sviluppo parallelo multi-agente. Da utilizzare quando si generano più agenti per lavorare contemporaneamente su funzionalità isolate. Fonte: tony363/superclaude.
Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/tony363/superclaude --skill sc-worktree Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw
https://github.com/tony363/superclaude