Dynamic Skill Lifecycle Management for Agentic Reinforcement Learning
Summary
The article introduces the SLIM framework, which optimizes dynamic skill lifecycles in agentic reinforcement learning by jointly updating active skill sets with policy learning. Experiments show SLIM outperforms baselines by improving task performance through efficient skill retention and expansion.
View Cached Full Text
Cached at: 05/12/26, 07:30 AM
Paper page - Dynamic Skill Lifecycle Management for Agentic Reinforcement Learning
Source: https://huggingface.co/papers/2605.10923
Abstract
SLIM framework manages dynamic skill lifecycles in agentic reinforcement learning by optimizing active skill sets jointly with policy learning, outperforming existing methods in complex task environments.
Large language model agents increasingly rely onexternal skillsto solve complex tasks, where skills act as modular units that extend their capabilities beyond what parametric memory alone supports. Existing methods assumeexternal skillseither accumulate as persistent guidance or internalized into the policy, eventually leading to zero-skill inference. We argue this assumption is overly restrictive, since with limited parametric capacity and uneven marginal contribution across skills, the optimal active skill set is non-monotonic, task- and stage-dependent. In this work, we propose SLIM, a framework of dynamicSkill LIfecycle Managementforagentic reinforcement learning(RL), which treats the active external skill set as adynamic optimization variablejointly updated withpolicy learning. Specifically, SLIM estimates each active skill’smarginal external contributionthroughleave-one-skill-out validation, then applies three lifecycle operations: retaining high-value skills, retiring skills whose contribution becomes negligible after sufficient exposure, and expanding the skill bank when persistent failures reveal missing capability coverage. Experiments show that SLIM outperforms the best baselines by an average of 7.1% points across ALFWorld and SearchQA. Results further indicate thatpolicy learningand externalskill retentionare not mutually exclusive: some skills are absorbed into the policy, while others continue to provide external value, supporting SLIM as a more general paradigm for skill-based agentic RL.
View arXiv pageView PDFGitHub2Add to collection
Get this paper in your agent:
hf papers read 2605\.10923
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2605.10923 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2605.10923 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2605.10923 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
SkillRise: Agentic Reinforcement Learning for Cross-Task Skill Evolution
SkillRise is a unified reinforcement learning framework that enables LLM agents to learn and reuse skills across related, progressively challenging tasks, outperforming baselines by up to 8.5 percentage points on several benchmarks.
Skill1: Unified Evolution of Skill-Augmented Agents via Reinforcement Learning
Skill1 is a unified framework that trains a single policy to co-evolve skill selection, utilization, and distillation using a shared task-outcome objective. Experiments on ALFWorld and WebShop show it outperforms existing baselines in complex task environments.
Dynamic Agent Skills: A Lifecycle Survey and Taxonomy of Evolving Skill Libraries
This paper presents a taxonomy and lifecycle survey of dynamic skill libraries for large language model agents, proposing an eight-stage lifecycle architecture and a six-sense taxonomy to organize evolving skill artifacts.
Progressive Agent Skill Generation via Reinforcement Learning
Introduces Skill-α, a reinforcement learning method for progressively generating high-quality agent skills by treating skill generation as sequential editing with a rollback reward. It improves downstream success rates over existing baselines on CL-Bench and tau2-bench.
SkillFlow: Flow-Driven Recursive Skill Evolution for Agentic Orchestration
SkillFlow proposes a flow-driven recursive skill evolution framework for LLM-based agentic orchestration, using Tempered Trajectory Balance to prevent strategy collapse and provide transparent credit assignment. Experiments on 14 datasets show significant improvements over baselines in QA, math, code, and decision-making tasks.