Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateSkillTemplate ¶ added in v0.2.0
CreateSkillTemplate creates a new skill directory with template files
func FindSkillMD ¶
FindSkillMD checks if a skill has a SKILL.md file
Types ¶
type SkillMeta ¶
type SkillMeta struct {
Name string `yaml:"name"`
Description string `yaml:"description"`
Version string `yaml:"version"`
Author string `yaml:"author"`
Dependencies []string `yaml:"dependencies"`
Tags []string `yaml:"tags"`
}
SkillMeta represents metadata parsed from SKILL.md
func ParseSkillMD ¶
ParseSkillMD parses a SKILL.md file and extracts frontmatter metadata
type SkillTemplateData ¶ added in v0.2.0
SkillTemplateData holds data for the skill template
Click to show internal directories.
Click to hide internal directories.