Versions in this module Expand all Collapse all v0 v0.4.0 Jul 5, 2026 Changes in this version + type Config struct + BaseURL string + DefaultOwner string + DefaultRepo string + Token string + type Skill struct + func New(config Config) *Skill + func (s *Skill) Close() error + func (s *Skill) Description() string + func (s *Skill) Init(ctx context.Context) error + func (s *Skill) Name() string + func (s *Skill) Tools() []skill.Tool