MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / userSkillsDir

Function userSkillsDir

src/skills/loader.ts:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8const NAME_RE = /^[a-z][a-z0-9-]*$/;
9
10export function userSkillsDir(): string {
11 return path.join(os.homedir(), '.qodex', 'skills');
12}
13
14export function projectSkillsDir(cwd: string): string {
15 return path.join(cwd, '.qodex', 'skills');

Callers 12

buildSkillCommandFunction · 0.85
copyIntoFunction · 0.85
removeSkillFunction · 0.85
seedBundledSkillsFunction · 0.85
installOneSkillDirFunction · 0.85
stateFilePathFunction · 0.85
loadSkillsFunction · 0.85
loadSkillByNameFunction · 0.85
listAllSkillsWithStateFunction · 0.85
promoteCandidateFunction · 0.85
snapshotSkillsFunction · 0.85
restoreSkillsSnapshotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected