Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Skill ¶
type Skill struct {
// contains filtered or unexported fields
}
Skill represents an instruction-based skill loaded from a markdown file. This follows the Anthropic Skills pattern where skills are instructional guides rather than executable code.
func ParseSkillMarkdown ¶
ParseSkillMarkdown parses a markdown skill file with YAML frontmatter.
func (*Skill) Description ¶
Click to show internal directories.
Click to hide internal directories.