Reorganize a team without touching its skills, and you lose 26 points to doing nothing at all
Notes on SkillMAS: Skill Co-Evolution with LLM-based Multi-Agent System (arXiv:2605.09341) — Shuaidong Pan, Yixian Liu, Jiaye Gao, Te Gao, Weiwen Liu, Jianghao Lin, Zhihui Fu, Jun Wang, Weinan Zhang, Yong Yu · May 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 evolutionSkillMAS couples two adaptation loops that agent frameworks usually run separately: skill evolution (refining a library of reusable procedures) and MAS restructuring (changing which executor handles what). Both loops draw on the same evidence surface — verified execution traces — rather than retrieval frequency. Utility Learning credits only skills and executors that were actually exercised in a verified trace, not ones merely pulled into context, and tracks a separate Executor Utility signal per team member. Skill edits stay bounded: clean successes turn into reusable motifs, failures enter a patch pool only when analysis isolates one dominant editable cause, and proposals get deduplicated and pruned instead of piling up. Restructuring is evidence-gated too — it fires only when retained failures and Executor Utility point to a genuine organizational mismatch, capped at one edit per round. Testing spans ALFWorld (embodied manipulation), the OS task from Lifelong Agent Bench (command-line execution), and τ-Bench (retail workflows).
Coupling beats running either loop alone, and the ablation tells you more than the headline score. On ALFWorld's 134-task unseen split, full SkillMAS reaches 94.0% versus 93.0% for the strongest single-loop baseline (Traj-Bootstrap). Strip out skill evolution and restructure the team anyway: success falls to 50.0%, worse than the 76.1% a seed system gets by adapting nothing at all. Evolve only the skills and leave the team structure alone, and it climbs to 68.7% — better, but still short of full coupling. On the Lifelong Agent Bench OS task SkillMAS hits 76.7% against a 70.0% best baseline; on τ-Bench retail it holds a single executor and lifts success from 43/74 to 51/74 through skill adaptation alone, while a forced-expansion probe that adds a second executor drops training success to 32/74 — the evidence gate correctly declining an unjustified reorganization.
Key numbers
| ALFWorld success, full coupling | 94.0% |
| MAS restructuring alone (seed skills) | 50.0% |
| No-adaptation seed baseline | 76.1% |
| Skill evolution alone (seed MAS) | 68.7% |
| Forced MAS expansion probe (τ-Bench) | 32/74 train success |
Skills related to this research
Related research
Related notes
- A skill improves every time anyone uses it, not just its author →
- Agent-skill catalogs already top 700,000 entries — curation hasn't caught up →
- Curated skills add 16 points of task success — up to 51.9 in healthcare →
- Self-tested skill edits beat teacher-curated skill banks by up to 9.3 points →
- 26.1% of Community Skills Ship With a Vulnerability →
- Zero of 8 production agent systems verify skill-in-use →
- Train the skill, not the model: frozen GPT-4o-mini jumps from 6% to 42% on GAIA →
- Deployment Failure, Not Self-Reflection, Drives Two-Thirds of a 13-Point Skill Gain →
- Checking what a value is for, not just whether it changed, cuts drift false alarms from 40% to zero →
References
- Pan et al., SkillMAS: Skill Co-Evolution with LLM-based Multi-Agent System, arXiv:2605.09341 (2026)
- Yao et al., ReAct: Synergizing Reasoning and Acting in Language Models (2023)
- Shinn et al., Reflexion: Language Agents with Verbal Reinforcement Learning (2023)
- Gao et al., CDMem: an efficient context-dependent memory framework for LLM-centric agents (2025)
- Sarukkai et al., Traj-Bootstrap: self-generated in-context examples improve LLM agents for sequential decision-making tasks (2025)