MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / UserSkillsDir

Method UserSkillsDir

skills/loader.go:60–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 roots := []string{filepath.Join(root, "skills")}
59 if l.Config.SkillsDir != "" {
60 roots = append(roots, l.ProjectSkillsDir())
61 }
62 return uniqueExistingOrder(roots)
63}
64
65func (l *SkillLoader) projectRoot() string {

Calls 1

expandSkillHomeFunction · 0.85