MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / normalizeName

Function normalizeName

src/skill-manager.ts:25–27  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

23}
24
25function normalizeName(value: string): string {
26 return value.trim().toLowerCase();
27}
28
29function getSkillsDir(workDir: string): string {
30 return path.join(workDir, SKILLS_DIR);

Callers 4

groupSkillsBySourceFunction · 0.85
syncSkillDescriptionsFunction · 0.85
upsertSkillsFunction · 0.85
removeSkillFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected