Documentation ¶ Index ¶ type Skill type Store func LoadSkillDirs(cwd, cfgDir string) (*Store, error) func NewStore() *Store func (s *Store) List() string func (s *Store) ListTool() tools.Tool func (s *Store) Load(name string) (string, error) func (s *Store) LoadDir(path string) error func (s *Store) LoadTool() tools.Tool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Skill ¶ type Skill struct { Name string Description string Content string Source string Tools []string } type Store ¶ type Store struct { // contains filtered or unexported fields } func LoadSkillDirs ¶ func LoadSkillDirs(cwd, cfgDir string) (*Store, error) func NewStore ¶ func NewStore() *Store func (*Store) List ¶ func (s *Store) List() string func (*Store) ListTool ¶ func (s *Store) ListTool() tools.Tool func (*Store) Load ¶ func (s *Store) Load(name string) (string, error) func (*Store) LoadDir ¶ func (s *Store) LoadDir(path string) error func (*Store) LoadTool ¶ func (s *Store) LoadTool() tools.Tool Source Files ¶ View all Source files skills.go Click to show internal directories. Click to hide internal directories.