56,804 public agent skills now compete for fewer than 100 reliable trigger slots — @skills proposes path addressing instead of installation
The @skills protocol paper (arXiv:2608.12610) puts a number on skill-ecosystem pressure: 56,804 public agent skills exist, but a system prompt has fewer than 100 reliable trigger slots, so every installed skill taxes the ones already there. Its fix splits skill delivery into three separable functions — content, persistence, and automatic triggering — so a skill is addressed by path and merely reading it is enough to use it, with git-tracked vendoring into your project for customization and a single .gitignore-style line of prompt residency. Even without adopting the protocol or its AdaL CLI, the design principle is immediately usable: keep only trigger stubs resident and move skill bodies behind on-demand reads.
↳ Follow the thread