Documentation
¶
Overview ¶
Package skill exposes the `holodeck skill` CLI command, which lists and installs the embedded agentic skill catalog.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SkillList ¶
type SkillList struct {
Skills []SkillListItem `json:"skills" yaml:"skills"`
}
SkillList wraps the catalog rows for table/json/yaml output.
type SkillListItem ¶
type SkillListItem struct {
Name string `json:"name" yaml:"name"`
Description string `json:"description" yaml:"description"`
}
SkillListItem represents one row of the catalog output.
Click to show internal directories.
Click to hide internal directories.