Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildSkillsPrompt ¶
BuildSkillsPrompt generates a prompt section describing available skills.
Types ¶
type Skill ¶
type Skill struct {
Name string `yaml:"name"`
Description string `yaml:"description"`
FilePath string `yaml:"-"`
BaseDir string `yaml:"-"`
License string `yaml:"license"`
Compatibility string `yaml:"compatibility"`
Metadata map[string]string `yaml:"metadata"`
AllowedTools []string `yaml:"allowed-tools"`
}
Skill represents a loaded skill with its metadata and content location.
Click to show internal directories.
Click to hide internal directories.