agentsclimarketplace

Dispatching parallel agents

Skill woodfishhhh/EZ_math_model/skills/ez-math-model/tools/dispatching-parallel-agents

Use when EZ_math_model runs in multi or hybrid mode and has two or more independent subtasks that can be assigned to subagents without shared files, shared state, or dataflow dependencies.From its SKILL.md

Install
npx -y skills add woodfishhhh/EZ_math_model --skill dispatching-parallel-agents

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

0.7 KB, 174 tokens by cl100k_base, as published. Nobody here has run it

dispatching-parallel-agents — 并行派单协议

何时使用

  • agent_mode = multihybrid
  • pipeline 03 拆出多个 ques 子任务。
  • 多个文献 query 可独立检索。
  • 开发 EZ_math_model 时有互不冲突的实现任务。

独立性检查

派单前逐项确认:

  1. 任务间没有数据流依赖。
  2. 任务间不会写同一个文件。
  3. 任务间不需要共享中间状态。

任一项不满足,就改为顺序执行或分批执行。

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.