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


