MCPcopy Create free account
hub / github.com/deepnote/deepnote / getSkillDir

Function getSkillDir

packages/cli/src/skill/skill-files.ts:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48
49/** Returns the absolute path to the bundled skill directory. */
50export function getSkillDir(): string {
51 return resolveSkillDir(_dirname, process.execPath)
52}

Callers 1

installSkillsFunction · 0.90

Calls 1

resolveSkillDirFunction · 0.85

Tested by

no test coverage detected