·sc-worktree
</>

sc-worktree

tony363/superclaude

Git-Arbeitsbaumverwaltung für die parallele Entwicklung mehrerer Agenten. Verwenden Sie diese Option, wenn Sie mehrere Agenten erzeugen, um gleichzeitig an isolierten Features zu arbeiten.

7Installationen·0Trend·@tony363

Installation

$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 |

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/tony363/superclaude --skill sc-worktree
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist sc-worktree?

Git-Arbeitsbaumverwaltung für die parallele Entwicklung mehrerer Agenten. Verwenden Sie diese Option, wenn Sie mehrere Agenten erzeugen, um gleichzeitig an isolierten Features zu arbeiten. Quelle: tony363/superclaude.

Wie installiere ich sc-worktree?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/tony363/superclaude --skill sc-worktree Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

https://github.com/tony363/superclaude