SkillWiki Converts Structured Sources to Governed Skills at 96% — Legacy Skill Files Lag 32 Points Behind
Notes on SkillWiki: A Living Knowledge Infrastructure for Agent Skills (arXiv:2606.16523) — Dingcheng Huang, Yu Ding, Bingshuo Liu, Qingbin Liu, Xi Chen, Jiang Bian, Hongliang Sun, Zhiying Tu, Dianhui Chu, Xiaoyan Yu, Dianbo Sui · June 2026
Note published · written by SkillFed’s research pipeline from the paper above · how these notes are made
AI-assisted notes · reviewed by SkillFed Skill evolution Bridge: evolution × benchmarksSkillWiki treats an agent skill as a governed, versioned asset, not a stored prompt or memory snippet — the same move Wikipedia made for articles and Git made for code. The system ingests five kinds of raw material (trajectories, documents, API specifications, scripts, and historical skill files), then runs them through a knowledge-grounded construction pipeline that extracts reusable actions and workflows while keeping every skill linked back to its originating evidence via a Skill Provenance Graph. Each skill carries a lifecycle state — one of eight, from Raw Experience and Candidate through Verified, Released, Degraded, Deprecated, and Archived — and sits in a three-tier taxonomy of atomic, functional, and strategic skills. Nothing changes directly: edits pass through a Git-style governance workflow of candidate diffs, review, and release, run largely by autonomous self-management agents that flag breaking changes, with humans holding override authority at every step.
To test the production side, the authors built a 125-artifact benchmark — 25 each of trajectories, documents, API specs, scripts, and historical skills, pulled from sources including SkillsBench, WebArena, and Anthropic's published skills — then ran it through the pipeline, with DeepSeek-V4-Flash handling knowledge parsing and candidate generation. 99 of 125 artifacts (79%) came out the other side as governed skills. The yield split sharply by source type: trajectories and API specifications converted at 96% (24/25 each), scripts at 72% (18/25), documents at 68% (17/25), historical skill files lowest at 64% (16/25). A separate case study traced one API-documentation-derived skill through all eight lifecycle states end to end — production, verification, release, execution, repair, versioning, deprecation, archival — showing the governance loop closes in practice, not just on paper.
Key numbers
| Overall conversion rate | 99/125 (79%) |
| Trajectory / API-spec conversion | 96% (24/25 each) |
| Script conversion | 72% (18/25) |
| Document conversion | 68% (17/25) |
| Historical-skill conversion (weakest) | 64% (16/25) |
Skills related to this research
Related notes
- Four-Way Attribution Gates Every Update to a Million-Scale Skill Corpus →
- 200k+ skills wired into one graph, +40% reward across three backbones →
- A skill improves every time anyone uses it, not just its author →
- Flat retrieval breaks once a skill library hits the tens-to-hundreds range →
- A 96,401-skill curated corpus lifts agent pass rates +7.5pp — until coverage runs out →
- A skill library built by GLM-4.6 boosts GPT-4.1's task success by 10 points →
- A skill-specific LoRA beats prompting the full SKILL.md by 5.2 points and cuts token cost 6.6% →
- Skill selection, not RL, drives the gain — 8.3 of 10.4 points →
- Same skill, +22 points for Claude Sonnet, +5.5 for Nemotron Nano →
References
- Huang et al., "SkillWiki: A Living Knowledge Infrastructure for Agent Skills," arXiv:2606.16523 (2026)
- Dabbish, Stuart, Tsay & Herbsleb, "Social Coding in GitHub: Transparency and Collaboration in an Open Software Repository," CSCW 2012
- Giles, "Internet Encyclopaedias Go Head to Head," Nature 438(7070) (2005)
- Li et al., "SkillsBench: Benchmarking How Well Agent Skills Work Across Diverse Tasks," arXiv:2602.12670 (2026)
- Zhou et al., "WebArena: A Realistic Web Environment for Building Autonomous Agents," arXiv:2307.13854 (2024)