The instructions are standard documents - but this is not all. What the system adds is an index of all skills, built from their descriptions, that is passed to the llm in each conversation. The idea is to let the llm read the skill when it is needed and not load it into context upfront. Humans use indexes too - but not in this way. But there are some analogies with GUIs and how they enhance discoverability of features for humans.I wish they arranged it around READMEs. I have a directory with my tasks and I have a README.md there - before codex had skills it already understood that it needs to read the readme when it was dealing with tasks. The skills system is less directory dependent so is a bit more universal - but I am not sure if this is really needed.
iainmerrick|26 days ago
What's different?
zby|26 days ago
giancarlostoro|26 days ago
krinchan|26 days ago
ethbr1|26 days ago
This is different from swagger / OpenAPI how?
I get cross trained web front-end devs set a new low bar for professional amnesia and not-invented-here-ism, but maybe we could not do that yet another time?
dragonwriter|25 days ago
Because the descriptions aren't API specs and the things described aren't APIs.
Its more like a structure for human-readable descriptions in an annotated table of contents for a recipe book than it is like OpenAPI.
gbalduzzi|25 days ago
In the way that Swagger / OpenAPI is for API endpoints, but most of the "skills" you need for your agents are not based on API endpoints