| ▲ | raybb 4 days ago | ||||||||||||||||||||||
So when it says: > The body can contain any Markdown; it is not injected into context. It just means it's not injected into the context until the skill is used or it's never injected into the context? | |||||||||||||||||||||||
| ▲ | simonw 4 days ago | parent [-] | ||||||||||||||||||||||
Yeah, that means that the body of that file will not be injected into the context on startup. I had thought that once the skill is selected the whole file would be read, but it looks like that's not the case: https://github.com/openai/codex/blob/ad7b9d63c326d5c92049abd...
So you could have a skill file that's thousands of lines long but if the first part of the file provides an outline Codex may stop reading at that point. Maybe you could have a skill that says "see migrations section further down if you need to alter the database table schema" or similar. | |||||||||||||||||||||||
| |||||||||||||||||||||||