Agent Skills
› Hmbown/CodeWhale
› batch
batch
GitHub将大型可并行目标拆分为有界工作单元,协调现有代理工具执行,并整合验证结果。适用于需要协调子任务的复杂并行工作场景。
Trigger Scenarios
需要将大任务拆解为多个并行子任务
需要协调多个代理或工作区协同完成目标
Install
npx skills add Hmbown/CodeWhale --skill batch -g -y
SKILL.md
Frontmatter
{
"name": "batch",
"invocation": "explicit-only",
"description": "Break a large, parallelizable goal into bounded work units, coordinate existing agent\/worktree machinery, integrate, and verify. Explicit-only."
}
Batch
Invocation
Explicit-only. Do not start from ambient wording alone.
When to use
Use for large parallelizable goals that need coordinated sub-work.
Non-goals
- Do not invent a second orchestration engine; reuse delegate/fleet.
- Do not publish or deploy as part of batching.
Workflow
- Partition into bounded units.
- Run units with existing agent/worktree tools.
- Integrate results and verify.
Version History
- b0e4926 Current 2026-07-24 17:42


