Versions in this module Expand all Collapse all v0 v0.12.0 Mar 9, 2026 v0.11.0 Mar 2, 2026 Changes in this version + type Adapter struct + func (a *Adapter) DefaultDir() string + func (a *Adapter) Marshal(skill *core.Skill) ([]byte, error) + func (a *Adapter) Name() string + func (a *Adapter) Parse(data []byte) (*core.Skill, error) + func (a *Adapter) ReadFile(path string) (*core.Skill, error) + func (a *Adapter) SkillFileName() string + func (a *Adapter) WriteFile(skill *core.Skill, path string) error + func (a *Adapter) WriteSkillDir(skill *core.Skill, baseDir string) error