Research Radarcs.AIAug 27, 2026classified

WikiSkill: Compiling Agent Experience into Persistent Knowledge for Skill Evolution

Liyan Tang, Cyrus Rashtchian, Chun-Sung Ferng, Andrew Tomkins, Da-Cheng Juan, Tu VuarXivPDF
cs.AIcs.CL

Paper Guide Brief

Reading Brief

WikiSkill introduces a framework for evolving AI agent skills by maintaining a persistent knowledge base (wiki) that consolidates execution experience across iterations. The system separates raw experience, accumulated knowledge, and executable skills, using a maintainer agent to update the wiki and a proposer agent to generate skill modifications based on wiki insights. Experiments across five benchmarks and multiple models show consistent improvements over prior skill-evolution methods and no-skill baselines, with benefits scaling for stronger models and effective cross-model transfer.

Central Claim

Introduces a novel skill-evolution framework that co-evolves agent skills with a persistent wiki knowledge base, separating raw experience, accumulated knowledge, and executable skills, and demonstrating consistent performance gains across benchmarks and models.

Contribution

Introduces a novel skill-evolution framework that co-evolves agent skills with a persistent wiki knowledge base, separating raw experience, accumulated knowledge, and executable skills, and demonstrating consistent performance gains across benchmarks and models.

Why It Matters

The key novelty is the explicit separation and persistent maintenance of a structured wiki knowledge base that consolidates execution experience, enabling more effective and transferable skill evolution compared to prior methods that rely...

Prerequisites

skill evolution, persistent knowledge base, wiki maintenance, skill proposal, validation gating

Atlas Placement

Artificial Intelligence (subfield)

Read If

You care about skill evolution, persistent knowledge base, wiki maintenance.

Skip If

You only care about LiveMathematicianBench, SealQA.

Methods
skill evolutionpersistent knowledge basewiki maintenanceskill proposalvalidation gatingReAct agenttrace analysis
Tasks
mathematical reasoningfactual question answeringspreadsheet manipulationlong-context QAembodied decision making
Datasets
LiveMathematicianBenchSealQASpreadsheetBenchOfficeQAALFWorld
Benchmarks
LiveMathematicianBenchSealQASpreadsheetBenchOfficeQAALFWorld

Noosaga Placements

  • The paper focuses on AI agent skill evolution, a core topic in artificial intelligence, and is categorized under cs.AI.
    arXiv:2608.27454v1 [cs.AI]We introduce WikiSkill, a framework that co-evolves agent skills with a persistent knowledge base (wiki).
  • Neural NLPframework90%
    The method uses LLM-based agents for inference, wiki maintenance, and skill proposal, which are neural NLP systems.
    The Skill Proposer then runs as an autonomous multi-turn ReAct agentYou are a Wiki Maintainer Agent for an LLM skill evolution system.
  • The method relies on LLM-based agents for inference, wiki maintenance, and skill proposal, and is evaluated on NLP-heavy benchmarks.
    The Skill Proposer then runs as an autonomous multi-turn ReAct agentLiveMath ... multiple-choice mathematics competition problemsSealQA ... factual question-answering benchmark
  • Attention Mechanisms and Transformersframework70%
    The underlying LLMs are transformer-based, and the study evaluates across different model families and sizes.
    Qwen3.5-4B, Qwen3.5-9B, Qwen3.6-27B, Gemma-4-31B, Gemini 3.5 Flash
  • Machine Learningsubfield85%
    The skill evolution process is a form of iterative learning and optimization, with empirical evaluation across models and benchmarks.
    WikiSkill consistently outperforms state-of-the-art skill-evolution methodsskill evolution complements model scaling
  • Logical Knowledge Representationframework60%
    The wiki is a structured knowledge base with pattern pages and indexes, representing knowledge in a logical, organized manner.
    The wiki is organized as: - wiki/index.md -- Concise catalog of known patternswiki/patterns/ -- One page per pattern with detailed evidence and analysis
  • The wiki serves as a structured knowledge representation that consolidates patterns and insights, supporting reasoning for skill updates.
    maintain a structured knowledge base (wiki) that documents patterns observed during agent executionwiki/index.md -- Concise catalog of known patterns
  • Deep Learningsubfield60%
    The agents are based on large language models, and the study examines scaling effects across model sizes.
    larger models generally benefit more from evolved skillsQwen3.5-4B, Qwen3.5-9B, Qwen3.6-27B, Gemma-4-31B, Gemini 3.5 Flash

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.

Paper Context

Source ContextWhole paper
Budget100,000 tokens
Coverage88,017 chars

Classified from the full extracted paper text (88,017 characters). The Paper Guide brief above is the user-facing synthesis; raw context is kept out of the page.

Full-paper context sent 88,017 of 88,017 extracted characters to classification.

WikiSkill: Compiling Agent Experience into Persistent Knowledge for Skill Evolution | Research Radar