📝

Agent skills

https://www.youtube.com/watch?v=2c29z436VUM

First of all, agent skills != agent tools, they are different things. Instead of 1 huge system prompt with instructions on how to do some task, now we can split it into small agent skills. Why? Agents keep making mistakes and forgetting rules when instructions get long. So, we can build specialized workflows and instructions with agent skills. The skill can execute the code scripts if needed. It can memorize things, the skill can use agent tools. So, agents must do things more accurately and efficiently.

How it works? When a task arrives, the model decides which skill to load, and the runtime appends that specific information to the context.

How to build own SKILLS?

resources.anthropic.com

More to read

SuperMade with Super