The right skill text for one model is the wrong one for another — model-aware rewriting recovers up to 25.8 points
Notes on Skill is Not One-Size-Fits-All: Model-Aware Skill Alignment for LLM Agents (arXiv:2605.30723) — Jianxiang Yu, Jiapeng Zhu, Bochen Lin, Qi Cui, Zichen Ding, Xiang 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 evolutionAcross four Qwen3 backbones (4B, 8B, 14B, and 32B parameters), the same skill text does not transfer cleanly from one model to another. A controlled granularity study on ALFWorld makes the point sharply: moderate-detail skills help the 4B model, more detail helps the 32B model, and all three skill variants tested actually reduce the 8B model's success rate compared to giving it no skill at all. MASA (Model-Aware Skill Alignment) is the fix for that mismatch — a two-stage pipeline that rewrites skill text for each target backbone without touching its weights. Stage one runs a hierarchical skill evolution loop: general, cross-task skills get refined by hill climbing, while task-specific skills go through UCB-driven tree search that branches and prunes candidate rewrites against environment feedback. Both stages condition on a model card — a structured profile of the backbone's architecture, training provenance, and known behavioral strengths and weaknesses. Stage two distills the search trajectories into a lightweight skill rewriter that reproduces the adaptation in a single forward pass — no further search needed at deployment.
Tested across three interactive environments — ALFWorld household tasks, WebShop shopping, and a search-augmented QA benchmark — MASA beats the strongest baseline for every backbone, with gains up to 25.8 points on ALFWorld's 8B model. The sharper failure mode shows up on WebShop, where larger models paradoxically underperform smaller ones without skill support: Qwen3-14B manages just 2.8% success, part of a pattern the paper attributes to larger models' more verbose chain-of-thought generation. MASA lifts that to 29.2% — a large recovery, though still short of the 32B backbone's 34.6% under MASA. The gains carry over to unseen tasks and environments without rerunning search — the distilled rewriter even outperforms DeepSeek-V4-Pro, the much larger teacher model used to generate its own training trajectories, at a fraction of the inference cost, though the paper doesn't put a number on that gap.
Key numbers
| Largest MASA gain over best baseline (ALFWorld, 8B) | +25.8 points |
| WebShop success rate, Qwen3-14B, no skill | 2.8% |
| Same setting, with MASA | 29.2% |
| Generic skill variants that hurt Qwen3-8B on ALFWorld | 3 of 3 tested |
| Backbones × environments validated | 4 backbones × 3 environments (+3 held-out Gemma3) |
Skills related to this research
Related research
Related notes
- One in Four Model-Generated Skills Backfires on the Agent Using It →
- Skill pass rates jump from 33.6% to 88.0% — with zero gradient steps →
- Skills Trained Into the Model Beat Runtime-Loaded Skills by Up to 10.1 Points →
- Same skill, +22 points for Claude Sonnet, +5.5 for Nemotron Nano →
- Train the skill, not the model: frozen GPT-4o-mini jumps from 6% to 42% on GAIA →
- LLM-Written Agent Skills Add Zero Pass-Rate Gain — Self-Diagnosis Closes Up to 67% of the Gap to Human Authors →
- 215 Skills, 165 Contributors, No Fidelity Test →
- Cutting 83% of skill calls raises task success 10.9 points →
- Diagnose, don't rewrite: three revision rounds take a skill from 36% to 62% success →
References
- Yu, J., Zhu, J., Lin, B., Cui, Q., Ding, Z., & Li, X. (2026). Skill is Not One-Size-Fits-All: Model-Aware Skill Alignment for LLM Agents. arXiv:2605.30723.
- Shridhar, M. et al. (2020). ALFWorld: Aligning Text and Embodied Environments for Interactive Learning.
- Yao, S. et al. (2022). WebShop: Towards Scalable Real-World Web Interaction with Grounded Language Agents.
- Wang, G. et al. (2023). Voyager: An Open-Ended Embodied Agent with Large Language Models.
- Shinn, N. et al. (2023). Reflexion: Language Agents with Verbal Reinforcement Learning.