WikiSkill: Compiling Agent Experience into Persistent Knowledge for Skill Evolution
Paper: WikiSkill: Compiling Agent Experience into Persistent Knowledge for Skill Evolution Authors: Liyan Tang, Cyrus Rashtchian, Chun-Sung Ferng, Andrew Tomkins, Da-Cheng Juan, Tu Vu arXiv: 2608.27454 (2026-08-27)
The Problem: Agents Keep Falling into the Same Pit
Current skill-evolution methods (EvoSkill, Trace2Skill, SkillOpt) let agents distill skills from execution experience, but each evolution round is an isolated event. Failed trajectories, rejected proposals, and near-success attempts are all lost between rounds — the agent keeps re-learning the same lessons from scratch.
WikiSkill's core question: can agent experience be accumulated persistently, like a human knowledge base, so each new skill generation stands on the shoulders of the last?
Three-Layer Architecture
1. Raw Layer — an immutable archive of all observations, actions, tool calls, and reasoning from every task execution. 2. Wiki Layer — the key innovation: a continuously accumulating, never-rolled-back knowledge base containing:
patterns/: a growing catalog of failure modes and effective strategies as structured Markdown docslogs.md: an evolution log tracking accepted/rejected skill proposals and reasonsskill-impact.md: an impact tracker for recurring errors and intervention outcomes
3. Skill Layer — the currently active, executable skills (- Consistent wins over no-skill baselines and prior methods (EvoSkill, SkillOpt) on every benchmark and model.
- Gains scale with model size: +12.3% (Qwen-3.5-4B), +17.5% (Qwen-3.5-9B), +23.9% (Qwen-3.6-27B).
- Small model + skills > large model: Qwen-3.5-9B with WikiSkill (47.4%) beats Qwen-3.6-27B without (39.4%) on ALFWorld.
- Cross-model transfer: skills evolved by Qwen-3.6-27B give Qwen-3.5-9B 70.2%, better than its own self-evolved skills (63.4%).
- Ablations confirm the persistent wiki layer is essential to skill evolution.
- Skills are revocable; knowledge must be preserved. WikiSkill splits "learning" into experience accumulation and skill iteration as independent processes.
- Interpretability: every skill traces back through
PURPOSE.mdto wiki patterns, far more transparent than end-to-end training. - Future direction: the architecture naturally extends to multi-agent collaboration — sharing structured experience rather than just parameters.
SKILL.md guides plus PURPOSE.md provenance files). This layer is conditional and revertible: if new skills degrade validation performance, it rolls back — but the wiki always moves forward.Four-Step Evolution Loop
1. Inference Agent executes tasks using only the skill layer (deliberately blinded to the wiki — experiments show direct wiki access harms skill development). 2. Wiki Maintainer samples success/failure trajectories, performs root-cause analysis, and appends findings to the wiki. 3. Skill Proposer uses ReAct reasoning over the updated wiki and trajectories to create, modify, or delete skills. 4. Gating & Rollback: candidate skills are validated; regressions trigger rollback while wiki updates are always retained.
Experimental Results
Evaluated on five benchmarks — GSM8K (math), WebShop (web), SpreadsheetBench, MuSiQue (long-doc QA), and ALFWorld (embodied) — across Qwen-3.5-4B, Qwen-3.5-9B, Qwen-3.6-27B, Gemma-3-4B, and Gemini-2.0-Flash:
Key Insights
Reference
Tang, L., Rashtchian, C., Ferng, C. S., Tomkins, A., Juan, D. C., & Vu, T. (2026). WikiSkill: Compiling Agent Experience into Persistent Knowledge for Skill Evolution. *arXiv preprint arXiv:2608.27454*.