A 96,401-skill curated corpus lifts agent pass rates +7.5pp — until coverage runs out
Notes on SkillCorpus: Consolidating and Evaluating the Open Skill Ecosystem for Real-World LLM Agents (arXiv:2607.15557) — Yanze Wang, Pengfei Yao, Tianyi Sun, Chuanrui Hu, Yan Xiao, Yunyun Han, Jun Sun, Yafeng Deng · July 2026
Note published · written by SkillFed’s research pipeline from the paper above · how these notes are made
AI-assisted notes · reviewed by SkillFed Agentic benchmarks Bridge: benchmarks × retrievalSkillCorpus turns the sprawling public SKILL.md ecosystem into one deployable, licence-clean corpus. A six-stage pipeline parses, deduplicates, and quality-scores roughly 821,000 crawled skill files down to 96,401 survivors: an exact-match tier collapses 169,465 duplicates outright, a semantic tier merges near-duplicates above a cosine-similarity threshold and sends borderline pairs to an LLM judge, and a final safety hard-gate plus OSI-licence filter removes skills flagged for prompt injection, command injection, unsafe execution, or an unclear licence. Every surviving skill gets one of 16 task-class labels and three independent quality scores — utility, robustness, and safety — instead of one blended number, and the corpus ships with a fine-tuned retrieval-and-selection stack: an embedding recall model, a reranker, and an LLM gate that reads each candidate's full body before injecting up to two skills into an agent's prompt.
Plugging that corpus into live agent runs produces gains across every setup tested — three benchmarks, two independently-built open-source harnesses, two open backbones, and a Claude Opus 4.7 spot-check — but the size of the gain is far from uniform. SkillsBench pass rates rise 7.5 points on average across the four harness/backbone pairings (as much as 13.4 points on the strongest pairing, and +8.0 points on the Opus 4.7 check); GDPVal and QwenClawBench, which start from much higher no-skill baselines, move by roughly 1.5 and 2.8 points. Two variables explain most of the spread. One is how well the corpus actually covers a task's domain: binning tasks by retrieval-match quality, the mean gain climbs from +2.2 points in the worst-covered bin to +25.1 points in the best-covered one. The other is which harness executes the skill: handed the identical retrieved skill, one open-source harness gained 13.4 points on a benchmark while the other gained only 5.8, because one ran an execute-verify-fix loop to completion and the other stopped after drafting code it never ran.
Key numbers
| Curated from raw crawl | 96,401 of ~821,000 skills |
| SkillsBench mean gain | +7.5 pp (up to +13.4 pp) |
| Coverage-bin gain range | +2.2 pp to +25.1 pp |
| Same skill, different harness | +13.4 pp vs +5.8 pp |
| Skills hard-gated for safety risk | 915 removed (prompt injection, cmd injection, unsafe exec) |
Skills related to this research
Related notes
- 48% of the time, agents don't even read their own skill file →
- Same skill, +22 points for Claude Sonnet, +5.5 for Nemotron Nano →
- Four-Way Attribution Gates Every Update to a Million-Scale Skill Corpus →
- Curated Skills Lift Success Rates 16.2 Points — Self-Generated Ones Cost You 1.3 →
- Curated Skills Add 16.6 Points — Self-Authored Ones Cost You 11.5 →
- Flat Skill Invocation Craters From 48 to 17 as the Pool Hits 200,000 →
- Flat skill packs lift 20-book QA accuracy from 0.26 to 0.46 — a second routing level erases the gain →
- 8/10 → 3/10: a 300K-character context collapses a code-audit skill's pass rate — relevant or not →
- 23% of Agent Skills Already Bundle Executable Code, Not Just Prompts →
References
- Y. Wang, P. Yao, T. Sun, C. Hu, Y. Xiao, Y. Han, Y. Chen, J. Sun & Y. Deng, "SkillCorpus: Consolidating and Evaluating the Open Skill Ecosystem for Real-World LLM Agents," arXiv:2607.15557 (2026).
- X. Li et al., "SkillsBench: benchmarking how well agent skills work across diverse tasks," arXiv:2602.12670.
- OpenAI, "GDPval: measuring LLM performance on real-world economic tasks," 2025.
- Y. Liang et al., "SkillNet: create, evaluate, and connect AI skills," arXiv:2603.04448.
- Y. Liu et al., "How well do agentic skills work in the wild: benchmarking LLM skill usage in realistic settings," arXiv:2604.04323.