Interface FileSystemSkill

All Superinterfaces:
Skill
All Known Implementing Classes:
DefaultFileSystemSkill

@Experimental public interface FileSystemSkill extends Skill
A Skill backed by the file system. Extends Skill with a basePath() pointing to the directory that contains the skill's SKILL.md and any associated resource files.
  • Method Details

    • basePath

      Path basePath()
      Returns the base directory of this skill on the file system. This directory is expected to contain a SKILL.md file and optionally additional resource files.
    • builder