技能 orchestrating-parallel-agents

orchestrating-parallel-agents

安全

Run Multiple AI Agents in Parallel

也可從以下取得: 4eyedengineer

Managing multiple related GitHub issues sequentially wastes time. This skill enables running several AI coding agents simultaneously using git worktrees, breaking large features into parallel waves of independent work for faster delivery.

支援: Claude Code(CC)
📊 69 充足
1

下載技能 ZIP

2

在 Claude 中上傳

前往 設定 → 功能 → 技能 → 上傳技能

3

開啟並開始使用

測試它

正在使用「orchestrating-parallel-agents」。 Run parallel agents for issues 201 and 202 on the authentication feature

預期結果:

  • ✓ Created git worktrees for issues 201 and 202
  • ✓ Spawned 2 agents in parallel
  • ✓ Monitoring 2 active worktrees
  • • Issue 201: 45% complete - User model changes
  • • Issue 202: 30% complete - Auth middleware

安全審計

安全
v3 • 1/10/2026

Pure prompt-based documentation skill with no executable code. Contains only markdown instructions for git worktree-based parallel agent orchestration. No file system modifications, network calls, or external command execution by the skill itself.

1
已掃描檔案
141
分析行數
0
發現項
3
審計總數
未發現安全問題
審計者: claude 查看審計歷史 →

品質評分

38
架構
100
可維護性
81
內容
31
社群
100
安全
78
規範符合性

你能建構什麼

Scale Team Velocity

Break large features into parallel workstreams and accelerate delivery by running multiple AI agents concurrently

Parallel Infrastructure Work

Implement backend, database, and API changes simultaneously while keeping frontend work in separate waves

Feature Branch Isolation

Run independent agents on different file changes without merge conflicts by organizing work into dependency-aware waves

試試這些提示

Basic Parallel Spawn
Use /worktree-issue to spawn agents for issues 101, 102, and 103 in parallel
Wave-Based Planning
Break down the new authentication feature into 3 waves of independent issues using the parallel agents workflow
Monitor Progress
Check the status of running worktree-issue agents and identify any that need manual completion
Complete and Merge
Complete the remaining git commits for stalled agents and merge the wave 1 PRs sequentially

最佳實務

  • Keep each issue scoped to 1-3 files for higher success rates
  • Organize waves so independent changes run first
  • Include specific file paths and code snippets in each issue

避免

  • Spawning too many agents that exceed system resources
  • Putting same-file changes in different waves without coordination
  • Skipping manual review of agent-generated changes before merging

常見問題

What tools does this skill work with?
This skill works with Claude Code and Claude. It uses the Task tool to spawn parallel agents.
How many agents can run in parallel?
The limit depends on your system resources. Start with 2-3 agents and increase gradually while monitoring performance.
Can I integrate this with GitHub Actions?
Yes, you can run the parallel agents workflow locally and then use GitHub Actions for CI/CD validation of completed PRs.
Is my code safe when using this skill?
Yes, the skill only provides workflow guidance. All code changes are reviewed by you before git commits and PR creation.
Why did my agent fail on git operations?
Agents need pre-approved git permissions. Add the required permissions to settings.local.json or complete git steps manually.
How is this different from running multiple Claude sessions?
Git worktrees isolate changes to prevent conflicts, allow parallel work on the same repo, and make cleanup automatic.