Skip to content

Auto enable agent skills #1575

Description

@mckeeh3

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions