skillfed

One in Four Model-Generated Skills Backfires on the Agent Using It

Notes on From Raw Experience to Skill Consumption: A Systematic Study of Model-Generated Agent Skills (arXiv:2605.23899) — Zisu Huang, Jingwen Xu, Yifan Yang, Ziyang Gong, Qihao Yang, Muzhao Tian, Xiaohua Wang, Changze Lv, Xuemei Gao, Qi Dai, Bei Liu, Kai Qiu, and 4 more · 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 evolution Bridge: evolution × benchmarks

A full-lifecycle test bed for model-generated agent skills — experience generation, skill extraction, skill consumption — runs across five domains (ALFWorld, SpreadsheetBench, SWE-bench-Verified, SEAL-0, BFCL-v4), with six models serving as consumers — GPT-5.4 and its mini variant, Gemini-3.1-Pro and Flash-Lite, Qwen3.5-35B and 9B — five of which (all but Qwen3.5-9B, excluded as an unreliable extractor) also act as extractors. Utility is measured directly as the performance delta a skill produces on held-out tasks versus no skill at all, rolled into an Extraction Efficacy score per extractor and a Target Evolvability score per consumer. Across every extractor-target-domain combination, skills help 75% of the time — but the other 25% show negative transfer, and the risk isn't evenly spread: ALFWorld skills backfire in 47% of pairings, while SpreadsheetBench and SWE-bench-Verified hold steady at 13%. Being a strong task performer doesn't make a model a good skill writer: on SpreadsheetBench, Gemini-3.1-Flash-Lite extracts the highest-value skills despite GPT-5.4 posting the stronger raw baseline, and the same pool of extractors pays off very differently depending on which model ends up consuming the skill.

The deeper problem: skill quality isn't legible from the text itself. Asked to pick the better of two skills just by reading them, an LLM judge scores 46.4% — indistinguishable from a coin flip — and on the pairs where the true performance gap is largest, accuracy drops to 15.8%, meaning the judge picks the worse skill more often than the better one. So what actually separates a high-utility skill from a dud? Three traits keep showing up: naming the specific failure mechanism and pairing it with an executable fix, giving step-level instructions tied to real domain objects rather than generic advice, and blacklisting the specific high-risk actions that cause damage — each trait alone predicts the better skill in a pair 64-66% of the time. Hand those three traits to the judge as a rubric and its accuracy jumps to 73.8%; fold them into the extractor's own system prompt as a compact meta-skill and it improves all nine tested extractor-domain combinations — +1.55 percentage points on average, up to +3.7 points on SpreadsheetBench. A generic, equally detailed 'write a good skill' rubric does the opposite: it makes things worse, at -0.59 points.

Key numbers

Negative transfer, all domains25% of extractor-target pairs show Δ<0
Most fragile domain (ALFWorld)47% of pairings backfire
Unguided LLM judge accuracy46.4% (indistinguishable from random)
Judge accuracy on hardest pairs15.8% (picks the worse skill more often)
Meta-skill gain after validated rubric+1.55pp avg, up to +3.7pp on SpreadsheetBench

Skills related to this research

Lesson Study Cycle Designer Lesson Study Cycle Designer structures the Japanese jugyō kenkyū process for teacher teams investigating student learning challenges. It generates a research theme, detailed cycle plan with meeting agendas, a research lesson designed for collaborative observation, and protocols focused on case students. The skill grounds itself in evidence from Stigler & Hiebert, Lewis, Perry & Murata, Dudley, and Takahashi & McDougal on how teachers develop shared professional knowledge through structured cycles of planning, teaching, observing, and analysing.★ 472 skill-generator Skill Generator is a meta-skill that scaffolds new Claude Code skills with your choice of execution model. Select sequential mode for linear pipelines with fixed dependencies, or autonomous mode for dynamic, context-aware routing. It generates a complete skill package including directory structure, phase files, and specification templates.★ 2,142 Education Tutor Education Tutor provides one-on-one academic support across subjects and grade levels, breaking down difficult concepts through multiple teaching methods tailored to how you learn best. It creates structured study schedules, generates practice problems, and offers test preparation guidance to build real understanding rather than surface memorization.★ 7 tooluniverse-gwas-study-explorer This skill enables systematic comparison of genome-wide association studies for any trait, aggregating effect sizes across studies and evaluating replication success. It integrates GWAS Catalog and Open Targets Genetics data to identify consistently replicated loci, detect heterogeneity from population and design differences, and assess study quality by sample size and ancestry diversity.★ 1,595

Related notes

References

  1. Huang, Xu, Yang, Gong, Yang, Tian, Wang, Lv, Gao, Dai, Liu, Qiu, Yang, Chen, Zheng & Luo, From Raw Experience to Skill Consumption: A Systematic Study of Model-Generated Agent Skills, arXiv:2605.23899 (2026)
  2. Shridhar et al., ALFWorld: Aligning Text and Embodied Environments for Interactive Learning, arXiv:2010.03768 (2020)
  3. Jimenez et al., SWE-bench: Can Language Models Resolve Real-World GitHub Issues?, arXiv:2310.06770 (2023)