| name | batch-recipes |
| description | Create multiple gale recipes in parallel |
| disable-model-invocation | true |
Batch Recipes
Create multiple gale recipes by dispatching parallel
agents. Each agent uses the recipe-creator pattern.
Usage
/batch-recipes <name1> <name2> <name3> ...
Behavior
- Check which packages already have recipes (skip them)
- Dispatch up to 5
programmer agents in parallel,
each creating one recipe
- As agents complete, lint each recipe with
gale lint
- When all agents finish, commit and push
Agent Prompt Template
Each agent receives this prompt (with replaced):
Create a gale recipe for <name>.
1. Run: `gale import homebrew <name>` for a starting point
2. Check the GitHub repo for latest release, build system
3. Get sha256: `curl -sL <url> | shasum -a 256`
4. Write to /Users/tcole/code/gale-recipes/recipes/<letter>/<name>.toml
5. Run `gale lint` on the recipe
Patterns — see .claude/agents/recipe-creator.md.
No [binary.*] sections. Add repo field for auto-update.
Example
/batch-recipes gdu bottom stylua shellcheck
Dispatches 4 agents, each creating one recipe.