Versions in this module Expand all Collapse all v0 v0.1.0 Apr 28, 2026 Changes in this version + func NewSkillID() string + func Replay(s *Skill) string + func Store(eng *engine.Engine, s *Skill, project string) (*storage.Node, error) + type Skill struct + Description string + Name string + Steps []Step + Tags string + func ListSkills(store *storage.Store, project string) ([]*Skill, error) + func Load(store *storage.Store, name, project string) (*Skill, error) + type Step struct + Command string + Description string + Order int + Tool string