@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…

X AI KOLs Following Papers

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.

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"
Original Article
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

@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. …

X AI KOLs Timeline

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.

Reddit r/AI_Agents

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.