← Back to list

git-worktrees
by JoernStoehler
⭐ 0🍴 0📅 Jan 21, 2026
SKILL.md
name: git-worktrees description: Create, list, and remove git worktrees for parallel agent work. Use when you need isolated workdirs, new worktree branches, or safe cleanup workflows.
Git Worktrees
Canonical path
All worktrees go in /workspaces/worktrees/. This is a bind mount configured in devcontainer.json.
Example: /workspaces/worktrees/materials-authoring
Use the project scripts
- Create:
scripts/worktree-new.sh /workspaces/worktrees/<name> <branch> [--force] - Remove:
scripts/worktree-remove.sh /workspaces/worktrees/<name> [--force] - List:
git worktree list
Notes
- The scripts validate the repo state and install npm deps after creation.
- Use
--forceonly when you understand the safety checks you are bypassing. - Cleanup order: remove the worktree first, then delete the branch.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon