This is a feature request. Knowing you guys, you are already planning or have done something with this. But the idea is to provide a way for injecting skills frontmatter into the agent context. Similar to how this is done with agent harnesses.
Perhaps this could be added to the code that invokes a model.
.systemMessage("You are a helpful...")
.injectSkills() // use documented default location to agent skills
.injectSkills("path-to-skills-folder")
The skills frontmatter is injected into the context at the start of a session, like the system prompt.
This is a feature request. Knowing you guys, you are already planning or have done something with this. But the idea is to provide a way for injecting skills frontmatter into the agent context. Similar to how this is done with agent harnesses.
Perhaps this could be added to the code that invokes a model.
The skills frontmatter is injected into the context at the start of a session, like the system prompt.