216,938 skills, and only 114,565 come with a paper trail
Notes on SkillCenter: A Large-Scale Source-Grounded Skill Library for Autonomous AI Agents (arXiv:2607.07676) — Tianming Sha, Yue Zhao, Lichao Sun, Yushun Dong · 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 Skill securitySkillCenter builds its library through a five-stage pipeline. Source acquisition feeds an LLM-based pre-filter called SkillGate, which screens raw material for actionability before any generation tokens get spent — auto-rejecting anything under 200 characters, then issuing a pass/maybe/fail verdict off a 0-10 suitability score. What survives moves through template-driven generation (four templates, keyed to source type) and an iterative improvement loop of up to three passes, each running a deterministic source grounding check that traces every retained claim back to an exact quotation in its source. A four-criterion publish gate — quality score, license compatibility, plagiarism ratio, placeholder density — catches roughly 3% of generated skills for falling under a 3-out-of-5 floor. Everything that clears it ships as an offline SQLite FTS5 database: keyword search, no embeddings, no vector store, no network call at query time.
The resulting library holds 216,938 skills across 24 domain bundles. 114,565 of them are pipeline-produced and source-grounded, drawn from 55,199 distinct documents — mostly PLOS and Nature journals plus ArXiv on the research side, GitHub, Stack Overflow, and web pages on the technical side. The remaining 102,373 are community skills, folded in from 90,984 harvested GitHub SkillMD files and 11,389 ClawHub marketplace listings. GPT-5.2 scores every pipeline skill 1 to 5; the average lands at 3.91, and 82.1% cluster at exactly 4 — a compression the authors attribute to known LLM-as-judge self-enhancement and verbosity biases, not genuinely uniform quality. Redundancy checks make the two halves' difference concrete: pipeline-generated domains sit under 0.01% duplicate content, while the harvested GitHub bundle carries a 26.9% near-duplicate rate from forks, templates, and copied boilerplate.
Key numbers
| Total library size | 216,938 skills / 24 bundles |
| Source-grounded (pipeline) skills | 114,565 from 55,199 sources |
| Avg quality score | 3.91/5 — 82.1% score exactly 4 |
| Community (GitHub) near-duplicate rate | 26.9% |
| Pipeline near-duplicate rate | <0.01% |
Skills related to this research
Related notes
- 200k+ skills wired into one graph, +40% reward across three backbones →
- A 96,401-skill curated corpus lifts agent pass rates +7.5pp — until coverage runs out →
- Four-Way Attribution Gates Every Update to a Million-Scale Skill Corpus →
- A skill library built by GLM-4.6 boosts GPT-4.1's task success by 10 points →
- LLM-Written Agent Skills Add Zero Pass-Rate Gain — Self-Diagnosis Closes Up to 67% of the Gap to Human Authors →
- 40,285 Skills Later, Supply Still Doesn't Match Demand →
- Coding agents violate their own skill's embedded logic in up to 70% of test cases →
- Code review, testing, and security auditing claim 35% of task assignments; requirements analysis gets 2% →
- Self-Authored Skills Crashed One Model's Accuracy From 78% to Under 1% →
References
- Sha, T., Zhao, Y., Sun, L. & Dong, Y. (2026). SkillCenter: A Large-Scale Source-Grounded Skill Library for Autonomous AI Agents. arXiv:2607.07676.