(no title)
jinfeng79 | 2 months ago
A Skill is basically a markdown file with instructions + maybe some scripts. You can literally read what it tells the AI to do. Line by line.
So when something goes wrong, you open the file, see exactly what instruction caused it, fix it. Version control like any code.
Compare to raw agent—you give it a prompt, it does... something. Next time, slightly different something. Hard to debug, hard to fix.
That's the difference. Skill = you can see it, test it, fix it. Agent = black box.
No comments yet.