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


