Towards a Systems Foundation for Agentic Skills: Architecture, Lifecycle, and Security

Artificial IntelligenceMachine LearningMultiagent Systems

Summary

The authors discuss how large language model agents often struggle with reliability and managing complex tasks over a long time. They propose 'agentic skills,' which are like modular tools that help these agents plan and carry out tasks more reliably by breaking down knowledge into reusable parts. The paper presents a detailed system architecture for creating, managing, and improving these skills throughout their life cycle. The authors also explore challenges such as security, marketplaces for skills, and real-world testing, showing how agentic skills can help build more dependable and scalable AI agents.

large language modelsautonomous agentsprompt engineeringprocedural abstractionsagentic skillsexecution environmentlifelong learningruntime verificationorchestrationbenchmark realism

Authors

Sanket Badhe, Deep Shah, Priyanka Tiwari, Nehal Kathrotia

Abstract

Autonomous large language model (LLM) agents increasingly face reliability, context consumption, and execution stability bottlenecks when deployed on complex, long-horizon tasks. While monolithic prompt engineering and stateless tool-calling paradigms struggle to scale, the field is rapidly converging toward \emph{agentic skills}: modular procedural abstractions that externalize execution knowledge into reusable, executable, and portable artifacts. This paper establishes a unified systems foundation and reference architecture for the agentic skills ecosystem. We formalize skills as externalized procedural knowledge bridging high-level cognitive planning with deterministic execution environments, and systematically delineate the architecture across a nine-stage lifecycle: autonomous discovery, authoring and representation formats, memory storage, dynamic retrieval and routing, composition and orchestration, execution and repair, lifelong adaptation, empirical evaluation, and security governance. We further examine marketplace dynamics, public registries, and emerging adversarial threat vectors, alongside runtime verification and defense mechanisms. Finally, we categorize system implementations across software engineering, operating system navigation, embodied robotics, and scientific discovery, while highlighting critical open challenges in continual learning and benchmark realism. This work establishes agentic skills as a foundational paradigm for building scalable, robust, and verifiable autonomous language agents.