@rohanpaul_ai: A public GitHub now holds 3.8 million agent skill files. And finds that over half of the agent skill files on public Gi…
Summary
A paper analyzes a dataset of 3.8 million agent skill files from public GitHub repositories, revealing that over half are exact copies, and provides a SQLite file for further research.
View Cached Full Text
Cached at: 08/24/26, 01:46 AM
A public GitHub now holds 3.8 million agent skill files.
And finds that over half of the agent skill files on public GitHub are exact copies of another file.
Only about 1.9 million of the 3.8 million files are actually different.
That is what a format with no registry and no package manager looks like.
People copy the folder and move on. A skill is a folder with a Markdown file that tells an agent how to handle a task.
The agent reads the short description at run time and decides on its own whether to load it. No compiler checks that decision.
So the skill in your repo is frozen, and whoever wrote it cannot send you a fix.
The paper raises the obvious next question: whether edited copies of popular skills add commands or network calls the original never had.
Nobody could check that at this scale before.
The whole dataset ships as one SQLite file, so now somebody can.
– arxiv. org/abs/2608.10906
Title: “GitSkills: A Dataset of Agent Skills on GitHub”
Similar Articles
@omarsar0: Recommended resource. Largest dataset of agent skills I’ve come across. Great for mining cool ideas and patterns for yo…
A tweet sharing the largest dataset of AI agent skills mined from public GitHub repositories, based on Anthropic's open specification.
@iluciddreaming: A repo on GitHub with 138 Agent Skills for scientific research tools, 24.7k stars. Covers bioinformatics, drug discovery, clinical databases—Scanpy, RDKit, DeepChem, UniProt, AlphaFold all included. …
A GitHub repository called scientific-agent-skills contains 138 Agent Skills for scientific research tools, covering bioinformatics, drug discovery, clinical databases, and more. It supports one-line integration into AI agents, providing precise API calling methods.
Half of GitHub trending AI repos are "skills" packs but the shape varies 1000x. The actual primitive is doing something real.
The GitHub trending list is dominated by "skills" packs that vary 1000x in scope but all use Anthropic's SKILL.md format, which is becoming a real distribution primitive for AI agent capabilities. The article analyzes the implications for builders, including portability challenges, the split between workflow enforcement and capability extension, and the low moat for skills packs.
@tom_doerr: Builds agents from 200,000 skills https://github.com/ynulihao/AgentSkillOS…
AgentSkillOS is an open-source framework that enables developers to build AI agents by retrieving and orchestrating pipelines from over 200,000 available skills.
@GitTrend0x: 46 AI agents 杀手级开源神器 https://github.com/rohitg00/skillkit… 这就是 SkillKit,1k star 爆款 AI coding agent 技能包管理器!
SkillKit is a package manager for AI coding agent skills, supporting 46 agents and 400K+ skills from 31 sources, allowing one skill to be used across multiple agents.