Спеціально для каналу Сашко пише код
A developer's guide · 2026

Skills are the
most impactful
customization in AI tools.

Reusable instruction packages that teach AI coding agents your specific conventions, workflows, and context — without re-explaining them every time.

Oct 16
Anthropic launches Claude Skills, 2025
Dec 18
Skills published as an open standard, 2025
v0.45
Cursor's modern rules system, early 2025
The difference

An assistant that "kind of gets" your codebase — or one that feels like a teammate.

Skills solve a mechanical repetition problem: every new chat starts from zero. You re-explain that your team uses TanStack Query, not useEffect. That tests go in a specific folder. That the API uses snake_case.

~100
tokens per skill, idle
(just metadata)
<5K
tokens per skill
when triggered
7,500+
token ballooning from a
single edit, documented case
Three core properties

What makes a skill, a skill.

📄
01

File-based & version-controlled

Teams share them through Git — readable, reviewable, diff-able. Source code that affects your software.

02

Conditional loading

Modern implementations support loading only when relevant — saving tokens, preserving the context window.

🧰
03

More than just text

Skills can bundle supporting scripts, reference documents, and templates the AI can execute or read on demand.

Inside this guide

Eight chapters, one honest read.