论文概要
Research area: NLP Authors: Liyan Tang, Cyrus Rashtchian, Chun-Sung Ferng arXiv: 2508.11371
Introduction
Agent skills package specialized knowledge and workflows into reusable resources that extend AI agent capabilities. Recent work automatically discovers such skills from agent experience, enabling 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.
WikiSkill Framework
WikiSkill is a framework that co-evolves agent skills with a persistent knowledge base (wiki). At a high level, WikiSkill separates:
- Raw execution experience from the agent's runs
- Accumulated knowledge stored in the wiki
- Executable skills built on top of that knowledge
- Performance: Across diverse benchmarks and models, WikiSkill consistently outperforms state-of-the-art skill-evolution methods, and beats skill-free baselines in most model-benchmark settings.
- Complementary to scaling: Skill evolution and model scaling are complementary. Larger models generally benefit more from evolved skills, while smaller models equipped with skills can outperform larger models without skills.
- Transferability: Evolved skills transfer effectively across models and model families. Notably, skills evolved by other models can outperform self-evolved skills.
- Importance of the wiki: Ablation studies confirm that the accumulation of persistent knowledge in the wiki is crucial for effective skill evolution.
Experience is continuously consolidated into the wiki, so that subsequent skill updates can build on prior knowledge rather than restarting from scratch each iteration.
Key Findings
Conclusion
These results demonstrate the benefits of systematically accumulating and refining agent experience to develop reusable and transferable skills.
---
*Auto-collected from zhichai.net, source post dated 2026-08-28. Originally published on arXiv as 2508.11371.*