Autobot::Agent::SkillsLoader
Loader for agent skills.
Skills are markdown files (SKILL.md) that teach the agent how to use
specific tools or perform certain tasks. They live in directories under
skills/ in the workspace or builtin skills directory.
Constants
BUILTIN_SKILLS_DIR = Path["/tmp/tmp.nkGhFJ/src/src/autobot/agent"].parent.parent / "skills"
Constructors
Instance methods
Parse frontmatter metadata from a SKILL.md file.
Load specific skills for inclusion in agent context.