NeFut Logo NeFut
Admin Login

[CS.AI] Dynamic Agent Skills: A Lifecycle Survey and Taxonomy

Published at: 2026-07-14 22:00 Last updated: 2026-07-15 01:58
#algorithm #AI #Machine Learning

Abstract

Large language model agents increasingly store reusable procedures outside the model. These reusable procedures are often called skills: they may be code functions, natural-language instructions, SKILL.md packages, workflow graphs, or learned adapters that a future agent can retrieve and invoke. This taxonomy-driven survey asks how such skill libraries change over time.

Across a $124$-paper $2023$--$2026$ audit set, we synthesize dynamic skill systems as lifecycle-managed, verified, evolving artifact stores: agents collect evidence from interaction, propose skill updates, verify and admit candidates, organize them for retrieval and composition, repair or prune stale entries, and govern sharing through provenance and rollback.

We organize the literature around three survey tools. First, a six-sense taxonomy distinguishes the structurally different artifacts called "skills" in current papers. Second, an eight-stage lifecycle architecture identifies the recurring design decisions behind evidence acquisition, proposal, verification/admission, storage, retrieval/composition, maintenance, distillation/portability, and governance. Third, a lightweight skill-record schema and ten-operator vocabulary provide common terms for comparing library updates without elevating them into a separate method contribution.

Using this structure, we synthesize evidence-graded patterns with explicit caveats: admission and repair are repeatedly important, verifier quality materially affects skill-aware RL, flat retrieval can degrade as libraries grow, and current benchmarks still under-report library trajectories, usage--utility gaps, and safety surfaces. We close with concrete reporting standards and open problems for evaluating dynamic skills as changing libraries rather than static prompt or tool collections.

Blogger's Review: This article delves into the evolution of skill libraries, emphasizing the importance of dynamic management and verification, providing a clear framework and standards for future research, which is crucial for advancing the application of skills in intelligent agents.

Original Source: https://arxiv.org/abs/2607.10113

[h] Back to Home