MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / getSkillSourcePath

Function getSkillSourcePath

src/cli/commands/init.ts:63–66  ·  view source on GitHub ↗
(skillType: SkillType)

Source from the content-addressed store, hash-verified

61}
62
63function getSkillSourcePath(skillType: SkillType): string {
64 const resourceRoot = getResourceRoot();
65 return path.join(resourceRoot, 'skills', skillDirName(skillType), 'SKILL.md');
66}
67
68function readSkillContent(skillType: SkillType): string {
69 const sourcePath = getSkillSourcePath(skillType);

Callers 1

readSkillContentFunction · 0.85

Calls 2

getResourceRootFunction · 0.90
skillDirNameFunction · 0.85

Tested by

no test coverage detected