Documentation
¶
Overview ¶
skill parses SKILL.md files
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Frontmatter ¶
Frontmatter holds parsed YAML frontmatter from SKILL.md.
type Skill ¶
type Skill struct {
Frontmatter Frontmatter
FrontmatterRaw map[string]any
FrontmatterNode *yaml.Node
Body string
Path string
RawContent string
Tokens int
Characters int
Lines int
}
Skill represents the current state of a skill for scoring.
func (*Skill) MarshalText ¶
func (*Skill) UnmarshalText ¶
Click to show internal directories.
Click to hide internal directories.