generate-batch-yaml

Installation
SKILL.md

Generate Batch YAML

Create a runnable task-while batch config from the user's requirement, write it into the current workspace, and return the exact command to run it.

Do not use this skill for while.yaml or simplify.yaml.

Output Contract

When this skill completes, it must:

  1. Write a YAML file to batches/<task-name>.yaml by default
  2. Return the exact run command: pnpm exec task-while batch --config ./batches/<task-name>.yaml
  3. Briefly summarize what the batch job does

If batches/<task-name>.yaml already exists, read it first and ask whether to overwrite it or update it.

Required Discovery

Installs
2
First Seen
Apr 12, 2026
generate-batch-yaml — zhangyu1818/task-while