← Back to list

setup-worktree
by builtby-win
GitHub workflow automation skills for Claude Code - issue management, branching, PRs, and team coordination
⭐ 0🍴 0📅 Jan 8, 2026
SKILL.md
name: setup-worktree description: "[DEPRECATED] Worktree CLI is now available via npm - no setup needed"
Setup Worktree (Deprecated)
This skill is deprecated. The worktree CLI is now available as an npm package. No project-specific setup is required anymore!
Use the npm CLI Instead
# Use directly with npx (no install needed)
npx @builtby.win/worktree create 15 dark-mode --start-server
npx @builtby.win/worktree list
npx @builtby.win/worktree delete 15
# Or install globally for faster access
npm install -g @builtby.win/worktree
worktree create 15 dark-mode --start-server
Migration
If you previously ran /setup-worktree in a project, you can optionally clean up:
# Remove local script (optional)
rm scripts/manage-worktree.ts
# The npx CLI is fully compatible with existing .worktree-metadata.json files
Why the Change?
The old approach required:
- Running
/setup-worktreein each project - Installing
tsxas a dev dependency - Copying a script file to
scripts/ - Adding a package.json script entry
The new approach:
- Just works with
npx @builtby.win/worktree - No project-specific setup
- Works across all your projects
- Stays up-to-date automatically
Features (Unchanged)
- Isolated Development: Create separate worktrees for each issue/feature
- Database Snapshots: Automatically snapshot SQLite databases
- Port Management: Auto-assign ports to avoid conflicts
- Dev Server Control: Optionally start dev servers automatically
- Package Manager Agnostic: Works with npm, yarn, or pnpm
See Also
- Worktree Plugin README
- npm package:
@builtby.win/worktree
Score
Total Score
70/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon