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


