A Comprehensive Survey on Agent Skills: Taxonomy, Techniques, and Applications
Yingli Zhou, Wang Shu, Yaodong Su, Wenchuan Du, Yixiang Fang + 1 more
TLDR
This survey comprehensively reviews agent skills for LLM-based agents, detailing their lifecycle, techniques, and applications to enhance scalability and robustness.
Key contributions
- Defines "agent skills" as reusable procedural artifacts for LLM agents.
- Presents a taxonomy of the agent skill lifecycle: representation, acquisition, retrieval, evolution.
- Reviews methods, resources, and applications for each skill lifecycle stage.
- Highlights open challenges in quality control, interoperability, and safe updating.
Why it matters
This survey addresses the growing complexity of LLM agents by focusing on "agent skills" to improve efficiency and maintainability. It provides a structured overview of the field, guiding future research and development in scalable and robust agent systems.
Original Abstract
Large language model (LLM)-based agents that reason, plan, and act through tools, memory, and structured interaction are emerging as a promising paradigm for automating complex workflows. Recent systems such as OpenClaw and Claude Code exemplify a broader shift from passive response generation to action-oriented task execution. Yet as agents move toward open-ended, real-world deployment, relying on from-scratch reasoning and low-level tool calls for every task become increasingly inefficient, error-prone, and hard to maintain. This survey examines this challenge through the lens of \emph{agent skills}, which we define as reusable procedural artifacts that coordinate tools, memory, and runtime context under task-specific constraints. Under this view, agents and skills play complementary roles: agents handle high-level reasoning and planning, while skills form the operational layer that enables reliable, reusable, and composable execution. Skills are therefore central to the scalability, robustness, and maintainability of modern agent systems. We organize the literature around four stages of the agent skill lifecycle -- representation, acquisition, retrieval, and evolution -- and review representative methods, ecosystem resources, and application settings across each stage. We conclude by discussing open challenges in quality control, interoperability, safe updating, and long-term capability management. All related resources, including research papers, open-source data, and projects, are collected for the community in \textcolor{blue}{https://github.com/JayLZhou/Awesome-Agent-Skills}.
📬 Weekly AI Paper Digest
Get the top 10 AI/ML arXiv papers from the week — summarized, scored, and delivered to your inbox every Monday.