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

Function NewSkillLoader

skills/loader.go:19–21  ·  view source on GitHub ↗
(cfg config.Config)

Source from the content-addressed store, hash-verified

17 seenPaths map[string]struct{}
18}
19
20func NewSkillLoader(cfg config.Config) *SkillLoader {
21 return &SkillLoader{Config: cfg, seenPaths: map[string]struct{}{}}
22}
23
24func (l *SkillLoader) LoadFrontmatterOnly() []SkillSpec {

Calls

no outgoing calls