← スキル一覧に戻る

parallel-tasks
by himicoswilson
A plugin marketplace for Claude Code by himicoswilson.
⭐ 5🍴 0📅 2026年1月20日
SKILL.md
name: parallel-tasks description: Creates multiple git worktrees and launches parallel Claude sessions for simultaneous task execution. Maximum 3 tasks. allowed-tools: Bash, AskUserQuestion
Parallel Tasks
Create git worktrees for parallel task execution with separate Claude sessions (macOS only).
Script
"${CLAUDE_PLUGIN_ROOT}/scripts/wt-parallel.sh" \
--branches "branch1|branch2" \
--prompts "prompt1|prompt2"
Workflow
- Parse tasks from user request (maximum 3)
- Generate branch names:
prefix/description(max 50 chars)- Prefixes:
feature/(default),bugfix/,hotfix/,release/
- Prefixes:
- Confirm with user via AskUserQuestion before creating anything:
- Task descriptions
- Branch names
- Initial prompts for each Claude session
- Execute script after approval
- Report results - which tasks succeeded/failed
Examples
Input: "Implement user auth and product search at the same time"
Parsed:
- Task 1:
feature/user-auth→ "Implement user authentication..." - Task 2:
feature/product-search→ "Implement product search..."
Input: "Fix the login bug and cart calculation issue in parallel"
Parsed:
- Task 1:
bugfix/login→ "Fix the login bug..." - Task 2:
bugfix/cart-calculation→ "Fix the cart calculation issue..."
スコア
総合スコア
50/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
レビュー
💬
レビュー機能は近日公開予定です