Compose agents from skills, not fixed roles: +2 points over the best topology-only baseline, only a 0.96-point dip when the skill library changes
Notes on SIGMA: Skill-Incidence Graphs for Compositional Multi-Agent Design (arXiv:2606.19758) — Kun Zeng, Yunchen Huo, Siyue Zhang, Yuecheng Zhuo, Yuquan Lu, Haoyue Liu, Siyue Chen, Xiaoying Tang · June 2026
Note published · written by SkillFed’s research pipeline from the paper above · how these notes are made
AI-assisted notes · reviewed by SkillFed Skill retrievalExisting graph-based multi-agent design treats agents as closed-set entities: fix a roster of agents, roles, or groups first, then optimize who talks to whom. SIGMA drops that assumption. Given a task and a library of reusable skills, its skill-incidence graph predicts a skill-agent incidence matrix that assigns skills onto task-conditioned agent slots, builds each agent's embedding from the skills it was handed, and only then decodes a communication topology over the agents it just built. At runtime, skill-specific mailboxes route messages straight to the capability responsible for them — the incidence structure isn't just a planning artifact, it does the actual routing during execution.
Run across six reasoning and coding benchmarks with three different base LLMs, SIGMA comes out on top on average, beating CARD — the strongest baseline that still optimizes topology over a fixed set of agents — by 2.06, 2.36, and 1.75 points depending on the base model. The sharper number shows up when the skill library itself changes: swapped onto an unseen set of skills, SIGMA holds up better than the topology-only baselines, dropping just 0.96 points on average. Composition, in other words, looks like a separate lever on multi-agent performance — additive to topology optimization, not a repackaging of it.
Key numbers
| Gain over strongest topology-only baseline (CARD) | +2.06 / +2.36 / +1.75 pts |
| Avg performance drop on unseen skill libraries | 0.96 pts |
| Benchmarks evaluated | 6 (reasoning + coding) |
| Base LLMs tested | 3 |
Skills related to this research
Related research
Related notes
- One agent, one skill library: 54% cheaper than multi-agent — until it tops ~90 skills →
- Curated skills add 16 points of task success — up to 51.9 in healthcare →
- Dependency-ordered retrieval beats flat similarity search by 31 points on ALFWorld →
- Splitting skill-writing into create, merge, and improve lifts a 27B agent up to 4.5 points -- merge drives generalization, improve drives specification, and neither alone gets you there →
- Flat Skill Invocation Craters From 48 to 17 as the Pool Hits 200,000 →
- Skill folders, not weights: +12.1 points on noisy-retrieval QA →
- Zero of 8 production agent systems verify skill-in-use →
- Skills Pass the Task While Skipping 54-61% of Their Own Instructions →
- Usefulness Doesn't Predict Safety: 7.5% of Top Skills Fail the Scan →
References
- Zeng, K., Huo, Y., Zhang, S., Zhuo, Y., Lu, Y., Liu, H., Chen, S., & Tang, X. (2026). SIGMA: Skill-Incidence Graphs for Compositional Multi-Agent Design. arXiv:2606.19758.