skillfed

Flat retrieval breaks once a skill library hits the tens-to-hundreds range

Notes on Dynamic Agent Skills: A Lifecycle Survey and Taxonomy of Evolving Skill Libraries (arXiv:2607.10113) — Yubo Li · July 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 × retrieval

This survey audits 124 papers on agent skill systems published between 2023 and 2026 (2 from 2023, 19 from 2025, 103 from 2026, cutoff May 31, 2026) and builds three shared tools for comparing them. A six-sense taxonomy splits what papers loosely call a "skill" into six structurally different artifacts — executable code, natural-language instructions, SKILL.md-style packages, learned adapters, memory traces, and capability labels — each with its own edit and verification behavior. An eight-stage lifecycle architecture (evidence acquisition, proposal, verification/admission, storage, retrieval/composition, maintenance, distillation, governance) maps the design decisions that recur across systems. A ten-operator vocabulary — Add, Refine, Merge, Split, Prune, Distill, Abstract, Compose, Rewrite, Rerank — gives those changes a common language, instead of treating each update mechanism a paper introduces as a novel method in its own right.

Applying that structure across the corpus turns up seven evidence-graded patterns, not one headline result. Curated, reviewed skills consistently beat unfiltered self-generated ones. Verifier quality is repeatedly decisive for skill-aware reinforcement learning — a weak admission check lets plausible-but-wrong skills into the library, and everything downstream inherits the error. Flat retrieval, meaning search that treats the library as one unstructured pool, degrades once it grows into the tens-to-hundreds-of-skills range; the collapse shows up across several independent systems, not just one. Weaker base models gain disproportionately more from having a skill library than stronger ones do. Narrowly focused libraries often beat broad ones — until the task distribution shifts. And write-time abstraction, structuring a skill well at creation, outperforms leaning on retrieval alone to sort things out later. The survey also catalogs eight named safety surfaces — skill-borne prompt injection, supply-chain poisoning, well-formed-but-harmful skills, credential leakage, among others — and argues that benchmarks should report library trajectories over time instead of single-snapshot performance.

Key numbers

papers audited124 (2023–2026)
lifecycle stages identified8
library-update operators10
retrieval degradation onsettens–hundreds of skills
named safety surfaces8

Skills related to this research

Related notes

References

  1. Li, Y. (2026). Dynamic Agent Skills: A Lifecycle Survey and Taxonomy of Evolving Skill Libraries. arXiv:2607.10113.
  2. Wang et al. (2023). Voyager: An Open-Ended Embodied Agent with Large Language Models.
  3. Cai, T. et al. (2023). Large Language Models as Tool Makers.
  4. Anthropic (2025). Agent Skills: Specification and Documentation.
  5. Zheng, R. et al. (2026). SkillRouter: Skill Routing for LLM Agents at Scale.