skillfed

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 × benchmarks

SkillWiki 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 rate99/125 (79%)
Trajectory / API-spec conversion96% (24/25 each)
Script conversion72% (18/25)
Document conversion68% (17/25)
Historical-skill conversion (weakest)64% (16/25)

Skills related to this research

Related notes

References

  1. Huang et al., "SkillWiki: A Living Knowledge Infrastructure for Agent Skills," arXiv:2606.16523 (2026)
  2. Dabbish, Stuart, Tsay & Herbsleb, "Social Coding in GitHub: Transparency and Collaboration in an Open Software Repository," CSCW 2012
  3. Giles, "Internet Encyclopaedias Go Head to Head," Nature 438(7070) (2005)
  4. Li et al., "SkillsBench: Benchmarking How Well Agent Skills Work Across Diverse Tasks," arXiv:2602.12670 (2026)
  5. Zhou et al., "WebArena: A Realistic Web Environment for Building Autonomous Agents," arXiv:2307.13854 (2024)