MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getBundledSkillExtractDir

Function getBundledSkillExtractDir

src/skills/bundledSkills.ts:120–122  ·  view source on GitHub ↗
(skillName: string)

Source from the content-addressed store, hash-verified

118 * Deterministic extraction directory for a bundled skill's reference files.
119 */
120export function getBundledSkillExtractDir(skillName: string): string {
121 return join(getBundledSkillsRoot(), skillName)
122}
123
124/**
125 * Extract a bundled skill's reference files to disk so the model can

Callers 2

registerBundledSkillFunction · 0.85
extractBundledSkillFilesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected