MCPcopy Index your code
hub / github.com/Waishnav/devspace / resolveSkillPath

Function resolveSkillPath

src/skills.ts:40–42  ·  view source on GitHub ↗
(path: string, cwd: string)

Source from the content-addressed store, hash-verified

38}
39
40function resolveSkillPath(path: string, cwd: string): string {
41 return resolve(cwd, expandHomePath(path));
42}
43
44export function loadWorkspaceSkills(config: ServerConfig, cwd: string): LoadedSkills {
45 if (!config.skillsEnabled) return { skills: [], diagnostics: [] };

Callers 1

effectiveSkillPathsFunction · 0.85

Calls 1

expandHomePathFunction · 0.85

Tested by

no test coverage detected