$npx skillfedfor your agent

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 evolution

SkillsVote 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 problemRedundant, uneven, environment-sensitive artifacts
open-source skill corpus profiled for governanceMillion-scale
benchmarks used to evaluate gains2 (Terminal-Bench 2.0, SWE-Bench Pro)
outcome-attribution categories per trajectory4 (skill, agent exploration, environment, result)
complementary improvement pathways2 (online evolution, offline frozen-library transfer)

Skills related to this research

Related notes

References

  1. 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).
  2. Terminal-Bench 2.0 (agentic terminal-use benchmark, referenced as one of the two evaluation suites).
  3. SWE-Bench Pro (extended, professional-grade SWE-Bench evaluation suite, referenced as the second evaluation suite).