Self-tested skill edits beat teacher-curated skill banks by up to 9.3 points
Notes on SkillMaster: Toward Autonomous Skill Mastery in LLM Agents (arXiv:2605.08693) — Min Yang, J. Piao, Xuanye Xia, Xiaochong Lan, Jiajun Chen, Yongshun Gong, Yong Li · 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 evolutionSkillMaster gives an LLM agent the right to edit its own skill bank instead of treating skills as content pushed in by an external teacher. After every training episode the agent enters a review phase and must call exactly one of three tools — propose a new skill, revise an existing one, or leave the bank alone — grounded in the trajectory that just played out. Whether an edit is worth keeping is decided by a counterfactual utility reward: the system reruns four related probe tasks under the old skill bank and the candidate-edited version, and only rewards edits that raise success rates or cut wasted steps across those probes. A modified GRPO variant, DualAdv-GRPO, keeps this skill-editing signal from destabilizing the task-execution signal by normalizing advantages for action tokens and skill-editing tokens separately before merging them into one policy update.
On ALFWorld the trained agent reaches 98.7% overall success, 8.8 points above the strongest prior baseline — SkillRL's teacher-curated skill library at 89.9% — with four of six task families solved perfectly. On WebShop success climbs from 72.7% to 82.0%. An ablation isolates where the gain actually comes from: bolting the same post-episode review step onto plain GRPO without the utility reward moves success only from 77.6% to 78.4%, so reflection by itself explains almost none of the improvement. A separate test strips the starting skill bank down to nothing, and the trained agent still reaches 89.4% versus 74.8% for the teacher-driven baseline run under the same conditions — most of the payoff sits in the learned editing behavior, not in inherited skill content.
Key numbers
| ALFWorld overall success rate | 98.7% (+8.8 pts vs. best baseline) |
| WebShop success rate | 82.0% (+9.3 pts vs. best baseline) |
| Probe tasks evaluated per skill edit | 4, same family/category |
| Training-time overhead | +31.9% per step (12.13 to 16.00 min) |
| Success rate with zero initial skills | 89.4% vs. 74.8% for teacher-driven baseline |
Skills related to this research
Related notes
- Skills Trained Into the Model Beat Runtime-Loaded Skills by Up to 10.1 Points →
- Diagnose, don't rewrite: three revision rounds take a skill from 36% to 62% success →
- Same skill, +22 points for Claude Sonnet, +5.5 for Nemotron Nano →
- Text-based skill edits beat trained baselines by 6.7 points →
- An 8B Model Beats 4 Frontier LLMs by 25%+ — By Mining Its Own Skill Bank →
- Pasting a guide into the prompt costs points; compiling it into a skill adds up to 25 →
- Over-privilege, not caution, causes 92–100% of agent skill failures →
- A weak model with a distilled skill beats its unaided teacher — at 1,000x lower inference cost →
- Reorganize a team without touching its skills, and you lose 26 points to doing nothing at all →
References
- Yang, Piao, Xia et al., "SkillMaster: Toward Autonomous Skill Mastery in LLM Agents," arXiv:2605.08693 (2026)
- Xia et al., "SkillRL: Evolving Agents via Recursive Skill-Augmented Reinforcement Learning," arXiv:2602.08234 (2026)
- Wang et al., "Voyager: An Open-Ended Embodied Agent with Large Language Models," arXiv:2305.16291 (2023)
- Shao et al., "DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models," arXiv:2402.03300 (2024)
- Shridhar et al., "ALFWorld: Aligning Text and Embodied Environments for Interactive Learning," ICLR (2021)