WikiSkill: Compiling Agent Experience into Persistent Knowledge for Skill Evolution

Liyan Tang, Cyrus Rashtchian, Chun-Sung Ferng, Andrew Tomkins, Da-Cheng Juan, Tu Vu

arXiv:2608.27454 · 2026-08-30 공개 · arXiv · PDF

benchmarking model-scaling ai-agents transfer-learning skill-evolution agent-skills knowledge-base reusable-skills

Abstract

Agent skills package specialized knowledge and workflows into reusable resources that extend AI agent capabilities. Recent work automatically discovers such skills from agent experience, which enables agents to progressively adapt through interaction. However, the insights that guide skill development typically remain scattered across optimization histories, limiting their systematic reuse across iterations. We introduce WikiSkill, a framework that co-evolves agent skills with a persistent knowledge base (wiki). At a high level, WikiSkill separates raw execution experience, accumulated knowledge, and executable skills, while continuously consolidating experience into the wiki, which subsequent skill updates can build on. Across diverse benchmarks and models, WikiSkill consistently outperforms state-of-the-art skill-evolution methods and improves over no-skill baselines in most model-benchmark settings. We find that skill evolution complements model scaling: larger models generally benefit more from evolved skills, while smaller models with skills can outperform substantially larger models without them. We also find that evolved skills transfer effectively across models and model families, and skills evolved by other models can outperform self-evolved skills. Finally, our ablation studies confirm that persistent knowledge accumulation in the wiki is critical for effective skill evolution. These results demonstrate the benefits of systematically accumulating and refining agent experience for developing reusable and transferable skills.

한국어 요약

한 줄 요약

WikiSkill은 지속적인 지식 축적을 통해 에이전트의 스킬 진화를 촉진하는 프레임워크로, 다양한 벤치마크에서 기존 방법을 상회한다.

핵심 기여도

핵심 아이디어

기존 스킬 진화 방법은 에이전트의 실행 경험을 단편적으로 저장하고, 이를 반복적으로 재분석해야 하므로 효율성이 떨어진다. WikiSkill은 이러한 문제를 해결하기 위해 **지속적인 지식베이스**(wiki)를 도입하여, 에이전트의 경험을 체계적으로 축적하고 재사용할 수 있도록 한다.

WikiSkill은 **Raw Layer**, **Wiki Layer**, **Skill Layer**의 세 가지 계층으로 에이전트 작업 공간을 구조화한다. Raw Layer는 실행 트레이스를 저장하고, Wiki Layer는 이 트레이스를 정리한 지식을 유지하며, Skill Layer는 실행 가능한 프로시저(스킬)를 포함한다. 이 구조를 통해 스킬 개선 과정이 이전의 지식에 기반하여 진행되도록 한다.

핵심 아이디어는 **지속적인 지식 축적**(persistent knowledge accumulation)을 통해 스킬 진화의 질과 효율성을 높이는 것이다. 이는 기존 방법에서 경험을 단편적으로 저장하고 재분석하는 방식과는 구별된다.

기술적 접근법

주요 결과

의의 및 한계

WikiSkill은 에이전트가 경험을 체계적으로 축적하고 이를 기반으로 스킬을 진화시키는 새로운 패러다임을 제시한다. 기존 방법에서는 경험을 단편적으로 저장하고 재분석해야 했지만, WikiSkill은 지속적인 지식베이스를 통해 이 과정을 효율화한다. 특히, 모델 스케일과 스킬 진화가 상호보완적임을 보여주는 실험 결과는 중요한 학술적 통찰을 제공한다.

그러나, WikiSkill은 여전히 **작은 검증 세트**(small validation sets)로 인한 평가 노이즈에 영향을 받을 수 있다. 또한, 현재는 **5개 벤치마크**만 사용했기 때문에, 더 다양한 도메인에서의 일반화 가능성은 추가 연구가 필요하다.

실용적 활용

WikiSkill은 **복잡한 도메인**(수학, 문서 처리, 웹 검색 등)에서 에이전트의 성능을 지속적으로 향상시키는 데 유용하다. 특히, **작은 모델**이 큰 모델을 따라잡을 수 있도록 도와주는 점에서 **자원 제한 환경**(예: 모바일, 임베디드 시스템)에서 실용적이다. 또한, **다양한 모델 간 스킬 이전**이 가능하므로, **모델 업데이트나 교체 시에도 지속적인 지식 활용**이 가능하다.