Four-Way Attribution Gates Every Update to a Million-Scale Skill Corpus
Notes on SkillsVote: Lifecycle Governance of Agent Skills from Collection, Recommendation to Evolution (arXiv:2605.18401) — Hongyi Liu, Haoyan Yang, Tao Jiang, Bo Tang, Feiyu Xiong, Zhiyu 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 evolutionSkillsVote treats the full lifecycle of an agent skill — collection, recommendation, attribution, and evolution — as one governance problem instead of four separate ones. The starting point is a million-scale open-source skill corpus, profiled for what environment each skill assumes, how well-formed it is, and whether its claims can actually be checked; only skills that clear the verifiability bar get synthetic tasks built against them. At use time, an agent skips flat similarity lookup and instead runs agentic library search over structured skill folders, surfacing the instructional context a task needs before execution starts.
After a run finishes, the trajectory is decomposed into skill-linked subtasks, and the outcome gets attributed across four sources — the skill's own guidance, the agent's own exploration, the environment, and the raw result signal — rather than credited wholesale to "it worked." Only outcomes traceable to genuine, reusable skill-guided success pass through this evidence-gated update filter into the library; everything else gets dropped, not folded in as noise. Tested on Terminal-Bench 2.0 and SWE-Bench Pro, that discipline pays off two ways: skills keep improving online as an agent works through a live task stream, and skills built offline — from historical trajectories or curated open-source libraries — transfer as frozen resources, no retraining needed.
Key numbers
| raw open skill ecosystems, baseline problem | Redundant, uneven, environment-sensitive artifacts |
| open-source skill corpus profiled for governance | Million-scale |
| benchmarks used to evaluate gains | 2 (Terminal-Bench 2.0, SWE-Bench Pro) |
| outcome-attribution categories per trajectory | 4 (skill, agent exploration, environment, result) |
| complementary improvement pathways | 2 (online evolution, offline frozen-library transfer) |
Skills related to this research
Related notes
- A 96,401-skill curated corpus lifts agent pass rates +7.5pp — until coverage runs out →
- Flat retrieval breaks once a skill library hits the tens-to-hundreds range →
- Diagnose, don't rewrite: three revision rounds take a skill from 36% to 62% success →
- A skill improves every time anyone uses it, not just its author →
- Rubric-filtered training lifts a 9B model to 32% accuracy — outcome-only filtering caps out at 18% →
- 71% of Mined Scientific Skills Don't Exist in Any Skill Marketplace →
- Best skill-generation pipeline clears just 14% of code-repo tasks, 25% of document tasks →
- Three skill optimizers stall at zero on 4 of 6 tasks — Chebyshev scalarization unsticks them →
- +8.9 percentage points, p=0.71: Skills stall out when the tool layer already talks back →
References
- Hongyi Liu, Haoyan Yang, Tao Jiang, Bo Tang, Feiyu Xiong, Yuyu Luo, Zhiyu Li, "SkillsVote: Lifecycle Governance of Agent Skills from Collection, Recommendation to Evolution," arXiv:2605.18401 (May 2026).
- Terminal-Bench 2.0 (agentic terminal-use benchmark, referenced as one of the two evaluation suites).
- SWE-Bench Pro (extended, professional-grade SWE-Bench evaluation suite, referenced as the second evaluation suite).