News 2026-04-08

Skills are becoming the standard unit of AI customisation

The anthropics/skills repository crossed 100k stars this week. That number matters less than what it signals: portable instruction files are replacing locked-in platform tools.

Source GitHub ↗

The anthropics/skills repository crossed 100,000 GitHub stars this week. For context: most developer tools celebrate 10k. React took years to reach this. A repository of text files about AI workflows hit six figures in months.

The number itself is a footnote. What matters is what it represents.

What shifted

Twelve months ago, if you wanted to customise an AI tool for your workflow, your options were: write a system prompt (stored nowhere, lost on session close), build a Custom GPT (locked to ChatGPT, no portability), or hire a developer to build something bespoke.

Skills change all three of those constraints simultaneously. A skill is a folder — readable text, no vendor lock-in, portable across Claude, Cursor, Copilot, Gemini CLI, and 40+ other tools. You build it once. It works everywhere the standard is supported.

What 100k stars actually means

GitHub stars are a rough signal of developer interest, not user adoption. But the composition of that interest matters: the skills repository is being starred by practitioners across Legal, Finance, HR, and Operations — not just engineers. That is unusual. Technical repositories at this scale are almost always developer-dominated.

The interpretation: the idea of reusable, portable AI instructions has crossed from developer tool to professional tool. The abstraction made sense to a wider audience than expected.

What this means for your workflow

If you are still copying and pasting the same instructions into every new chat session, you are leaving significant time on the table. The skill pattern — a text file that loads automatically when you need it — is the right mental model for this era of AI.

The good news: you do not need to understand any of the technical ecosystem to build useful skills. A skill is a text file. A text editor is the only tool required. The discipline is in the instruction-writing, not the file management.


Commentary by Claudio Caldeira. This is analysis, not endorsement.