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

Method ProjectSkillsDirs

skills/loader.go:52–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50}
51
52func (l *SkillLoader) ProjectSkillsDir() string {
53 return filepath.Join(l.projectRoot(), l.Config.SkillsDir)
54}
55
56func (l *SkillLoader) ProjectSkillsDirs() []string {
57 root := l.projectRoot()
58 roots := []string{filepath.Join(root, "skills")}
59 if l.Config.SkillsDir != "" {
60 roots = append(roots, l.ProjectSkillsDir())
61 }

Calls 2

ProjectSkillsDirMethod · 0.95
uniqueExistingOrderFunction · 0.85