Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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. */
50
export
function
getSkillDir(): string {
51
return
resolveSkillDir(_dirname, process.execPath)
52
}
Callers
1
installSkills
Function · 0.90
Calls
1
resolveSkillDir
Function · 0.85
Tested by
no test coverage detected