AIMar 26

Trace2Skill: Distill Trajectory-Local Lessons into Transferable Agent Skills

ETH Zurich
arXiv:2603.2515898.935 citationsh-index: 10Has Code
Predicted impact top 3% in AI · last 90 daysOriginality Incremental advance
AI Analysis

This addresses the scalability bottleneck in equipping LLM agents with skills, though it appears incremental as it builds on existing skill generation approaches.

The paper tackles the problem of scaling domain-specific skills for LLM agents by introducing Trace2Skill, a framework that distills execution experience into transferable skills without manual authoring. Results show evolved skills improved a Qwen3.5-122B agent by up to 57.65 percentage points on WikiTableQuestions and generalized across LLM scales and OOD settings.

Equipping Large Language Model (LLM) agents with domain-specific skills is critical for tackling complex tasks. Yet, manual authoring creates a severe scalability bottleneck. Conversely, automated skill generation often yields fragile or fragmented results because it either relies on shallow parametric knowledge or sequentially overfits to non-generalizable trajectory-local lessons. To overcome this, we introduce Trace2Skill, a framework that mirrors how human experts author skills: by holistically analyzing broad execution experience before distilling it into a single, comprehensive guide. Instead of reacting sequentially to individual trajectories, Trace2Skill dispatches a parallel fleet of sub-agents to analyze a diverse pool of executions. It extracts trajectory-specific lessons and hierarchically consolidates them into a unified, conflict-free skill directory via inductive reasoning. Trace2Skill supports both deepening existing human-written skills and creating new ones from scratch. Experiments in challenging domains, such as spreadsheet, VisionQA and math reasoning, show that Trace2Skill significantly improves upon strong baselines, including Anthropic's official xlsx skills. Crucially, this trajectory-grounded evolution does not merely memorize task instances or model-specific quirks: evolved skills transfer across LLM scales and generalize to OOD settings. For example, skills evolved by Qwen3.5-35B on its own trajectories improved a Qwen3.5-122B agent by up to 57.65 absolute percentage points on WikiTableQuestions. Ultimately, our results demonstrate that complex agent experience can be packaged into highly transferable, declarative skills -- requiring no parameter updates, no external retrieval modules, and utilizing open-source models as small as 35B parameters.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes