Chapter Zero · Beginner FAQ

What Is This "Skill" Everyone's Talking About?

Seen phrases like "installing skills into AI" or "the Skill ecosystem is exploding"? It sounds fancy, but this might be the easiest new term in the AI world to understand — the little cheat notes you scribbled in the corner of your textbook as a kid are its entire working principle.

One-sentence answer

A Skill is a cheat sheet of experience written for AI: a plain text file (usually called SKILL.md) that tells the AI, in everyday language, "when you meet this kind of task, do this first, then that, and watch out for this." It's not some new technology — but it turns an AI that "comes back to ask you four times" into one that "finishes everything in a single trip".

Watch a demo · Send the AI butler to bring in the laundry

Same task: "Go to the balcony and bring in the laundry." See how differently the AI butler works without the cheat sheet versus with the cheat sheet. Click below to switch and compare.

Its secret · It's just a "cheat sheet" like this

The whole secret behind that "good loop" lives in this one file. Look closely: not a single line of code — it's all plain everyday language. That's exactly why we say anyone can write one.

📄 SKILL.md — Balcony laundry cheat sheet
When to use this cheat sheet
Whenever the owner mentions "bring in the laundry", "balcony", or "hanging clothes out to dry".
How to do it
Step 1: Before heading out, think about what might be on the balcony (shirts, pants, socks, toys…)
Step 2: Bring in everything you can in one go — don't run back and forth for each item
Step 3: If you see the plants, check whether they need watering while you're there
Step 4: Come back and report with a simple "All done"
The most important principle
Finish it all in one trip — don't come back to ask after every single step.
Why it's suddenly so popular
🤝

Everyone adopted the same kind of cheat sheet

Claude, Cursor, Copilot and other mainstream AI tools have all adopted the same simple format (that SKILL.md file). Write one cheat sheet and it works everywhere — and the ecosystem took off overnight.

✍️

Anyone can write one

No programming needed — it's just writing your experience down in plain language. However you'd walk a new colleague through a task is exactly how you write the cheat sheet. If you can write a handover doc, you can write a Skill.

💎

For the first time, experience can be "installed" into AI

A veteran's know-how used to pass only by word of mouth; now you write it into a cheat sheet, the AI reads it, and it just knows. Your experience becomes the AI's capability — that's the real reason everyone's excited.

You may already be using this without realizing it: the "agents", "bot templates", and "one-click XX assistants" inside many AI apps are, at heart, pre-packaged Skills — someone wrote the cheat sheet for you. When you want the AI to work your own way, you can write one yourself. Chapter Seven of this site has a whole lesson taking you deep into Skill design.

✅ What this page wants to share with you