skills

package
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 7, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL