← スキル一覧に戻る

worktree-init
by Mentorfy-AI
Mentorfy Design System - AI-powered mentorship experience
⭐ 0🍴 0📅 2026年1月20日
SKILL.md
name: worktree-init description: "Create a git worktree for a bd issue. Use when spawning a worker agent for an issue. Keywords: worktree, worker, spawn, parallel, issue."
worktree-init
Creates a git worktree configured for Claude Code agents to work on a bd issue.
Workflow
When asked to spawn a worker or create a worktree for an issue:
-
Get issue details:
bd show <issue-id> -
Create branch name from issue type + title slug:
- bug →
fix/short-description - feature →
feat/short-description - task, chore, epic →
chore/short-description
Example: Issue "Add dark mode toggle" (feature) →
feat/dark-mode-toggle - bug →
-
Create worktree:
worktree-init feat/dark-mode-toggle -
Output for user - provide the command to start the worker:
cd ../mentorfy-feat/dark-mode-toggle && claude "bd show mt-xyz && work on this issue"
What worktree-init creates
../<project>-<branch> with:
- Beads redirect (shared issue database)
- Symlinked
.mcp.json(MCP servers) - Symlinked
.claude/(settings & skills) - Copied
.env*files
Cleanup
bd worktree remove ../<worktree-path> --force
スコア
総合スコア
40/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です