Break It Down, Pass It On: Cross-Task Skill Transfer in LLM Agents

2026-08-20Artificial Intelligence

Artificial IntelligenceComputation and Language
AI summary

The authors studied how different ways of teaching a language model new skills affect how well those skills help with new tasks. They found that skills learned from smaller parts of tasks help more than skills learned from whole tasks, and that skills written in text work better than those written as code. They also created a way to measure how useful a skill is by combining how specific and how broadly helpful it is. This score predicts how well skills will transfer before even trying them on new tasks, making it a useful tool for improving language model agents.

large language modelsskill inductiontask transferskill specificityskill abstractnesstext skillscode skillsskill utility scoreagent memory
Authors
Yiyang Feng, Biddut Sarker Bijoy, Niranjan Balasubramanian, Jiawei Zhou
Abstract
Large language model (LLM) agents can induce skills from completed tasks and reuse them later to grow more capable with experience. In practice, induced skills may transfer unreliably and can even harm the agent that retrieves them. When agent-induced skills transfer reliably across tasks remains an open question. We conduct a comprehensive and controlled study of how the way skills are induced shapes their transfer across tasks. Specifically, we compare task-level with subtask-level skill induction and text with code skill formats, the two axes along which existing methods differ. Task-level skills mostly reduce the agent's performance below its no-memory baseline while subtask-level skills raise it above on average, and text skills transfer better than code skills. To further understand our findings, we examine two complementary properties of the induced skills: specificity, which measures how closely a skill matches real tasks, and abstractness, which measures how evenly its relevance spreads across tasks. Neither property alone predicts task success, but their combined effect does, which we propose as a skill utility score. The score correlates consistently with task success when skills are transferred, and subtask-level and text skills score higher. Computing skill utility only needs the skills and task descriptions but not any task execution, so our score serves as a practical diagnostic of a skill memory before any new task runs.