在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用batch-recipes
星标0
分支0
更新时间2026年3月29日 04:56
Create multiple gale recipes in parallel
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Create multiple gale recipes in parallel
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | batch-recipes |
| description | Create multiple gale recipes in parallel |
| disable-model-invocation | true |
Create multiple gale recipes by dispatching parallel agents. Each agent uses the recipe-creator pattern.
/batch-recipes <name1> <name2> <name3> ...
programmer agents in parallel,
each creating one recipegale lintEach 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.
/batch-recipes gdu bottom stylua shellcheck
Dispatches 4 agents, each creating one recipe.