SKILL-DISCO Distills Agent Traces into Reusable Procedural Skills.

Zhongxin Guo, Danrui Qi, Hanwen Gu, Peng Cheng, Yongqiang Xiong· June 26, 2026 View original

▶ The 2-minute explainer

Summary

SKILL-DISCO is a framework that distills successful agent traces into reusable procedural skills, represented as parameterized control-flow subgraphs, to reduce reasoning costs and execution traces. It improves success rates and reduces agent turns in FSM-defined scenarios like ALFWorld and WebArena.

Autonomous agents often waste computational resources and time by repeatedly solving similar task instances from scratch, leading to redundant reasoning and lengthy execution traces. While previous work has explored workflow reuse and executable skill induction, it has been unclear how to identify scenarios suitable for procedural skills and how to represent shared procedural structures across successful task completions. SKILL-DISCO addresses this by focusing on FSM-defined scenarios, where successful traces can be viewed as paths within an unknown transition graph. It formulates procedural skills as reusable, parameterized control-flow subgraphs. The framework operates through a distillation-and-compilation process: it distills these reusable PFSM subgraphs from successful agent traces and then compiles them into callable, executable, and verifiable procedural skills. Experiments conducted on benchmarks such as ALFWorld and WebArena demonstrate the effectiveness of SKILL-DISCO. The framework consistently improves success rates and reduces the number of agent turns across various benchmarks and model scales. This highlights the significant benefits of representing shared agent experience as structured, reusable execution components.

Why it matters

For professionals developing AI agents, particularly in automation, robotics, and complex software environments, SKILL-DISCO offers a method to create more efficient, robust, and scalable agents. By enabling agents to learn and reuse procedural skills, it reduces computational overhead and accelerates task completion, leading to more practical and deployable AI solutions.

How to implement this in your domain

  1. 1Analyze agent workflows to identify repetitive task instances that could benefit from skill distillation.
  2. 2Implement mechanisms to capture and represent successful agent traces as potential skill candidates.
  3. 3Explore using finite state machine (FSM) representations to model procedural skills and their transitions.
  4. 4Integrate skill distillation and compilation frameworks like SKILL-DISCO into agent development pipelines.
  5. 5Benchmark the efficiency gains (reduced turns, higher success rates) of agents utilizing reusable skills.

Who benefits

RoboticsProcess AutomationSoftware DevelopmentGamingCustomer Service AI

Key takeaways

  • Agents often repeat similar tasks, incurring unnecessary reasoning costs.
  • SKILL-DISCO distills successful agent traces into reusable procedural skills.
  • These skills are represented as parameterized control-flow subgraphs.
  • The framework improves agent success rates and reduces execution turns.

Original post by Zhongxin Guo, Danrui Qi, Hanwen Gu, Peng Cheng, Yongqiang Xiong

"arXiv:2606.26669v1 Announce Type: new Abstract: Agents often repeatedly solve similar task instances from scratch, leading to unnecessary reasoning cost and long execution traces. Prior work has explored workflow reuse and executable skill induction, but it remains unclear which…"

View on X

Originally posted by Zhongxin Guo, Danrui Qi, Hanwen Gu, Peng Cheng, Yongqiang Xiong on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses