sc-worktree
✓Git worktree management for multi-agent parallel development. Use when spawning multiple agents to work on isolated features simultaneously.
Installation
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 |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/tony363/superclaude --skill sc-worktree- Source
- tony363/superclaude
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is sc-worktree?
Git worktree management for multi-agent parallel development. Use when spawning multiple agents to work on isolated features simultaneously. Source: tony363/superclaude.
How do I install sc-worktree?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/tony363/superclaude --skill sc-worktree Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/tony363/superclaude
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01