Skill.md Is the New npm — And We're Watching the Same Mistakes Again
胡新宇
发布于 2026-08-22
A single SKILL.md file hit 18K GitHub stars. In three weeks, JetBrains shipped a Skills Manager, Alibaba open-sourced skill-up (CI for Skills), and Tencent's SkillHub hit 100K Skills. The agent framework wars are over.

Skill.md Is the New npm — And We're Watching the Same Mistakes Again
On August 11, 2026, a single GitHub repo — ayghri/i-have-adhd — crossed 18,000 stars for shipping almost nothing but a SKILL.md file. The repo trains no model, ships no agent framework, registers no MCP server. One Markdown file, ten rules: answer first, steps second, action at the end. That was enough.
Three weeks later, JetBrains shipped a native Skills Manager inside IntelliJ IDEA. Alibaba open-sourced skill-up, a CI-style regression-test framework for Agent Skills. Tencent's SkillHub crossed 100,000 indexed Skills and 10 million monthly downloads. freeCodeCamp published a 2,800-line "AI Evaluation Engineering" handbook. The same week.

The agent framework wars of 2024-2025 were the equivalent of arguing whether to write your own HTTP server. The real product — the npm package equivalent — is the Skill. And the infrastructure around it is being built right now, by every major player, at the same speed npm reached in 2011.
The Inversion: From Agent Code to Skill Files
Twelve months ago the hot debate in AI engineering was about agent frameworks. LangChain or CrewAI, AutoGen or a hand-rolled orchestrator. Which wiring library wins. The August 2026 discourse sounds nothing like that.
The question now is: which Skill did you install?
Four product launches in the same three-week window prove the shift:
- JetBrains shipped Skills Manager natively in IntelliJ IDEA on Aug 12, with a Skills Repository that the company pre-verifies for security vulnerabilities. The default repo lives at github.com/JetBrains/skills and individual Skills can be installed globally, per project, or per agent. (Source: JetBrains Blog, 2026-08-12)
- Alibaba open-sourced
skill-upon Jul 23 — a CLI eval framework purpose-built for Skills, withevals/eval.yamlplus per-case YAML, JUnit XML output, HTML reports, and a CI exit code. The repo is at . (Source: Alibaba Engineering, 2026-07-23)
