Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
func
(l *SkillLoader) projectRoot() string {
Callers
2
TestSkillLoaderOrderingAndHomeExpansionMatchPython
Function · 0.95
LoadFrontmatterOnly
Method · 0.95
Calls
1
expandSkillHome
Function · 0.85
Tested by
1
TestSkillLoaderOrderingAndHomeExpansionMatchPython
Function · 0.76