We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72196c6 commit f9dfb59Copy full SHA for f9dfb59
src/skill.ts
@@ -73,7 +73,6 @@ export class SkillManager {
73
74
const globalClaudeDir = path.join(
75
path.dirname(this.paths.globalConfigDir),
76
- '..',
77
'.claude',
78
'skills',
79
);
src/slashCommand.ts
@@ -50,7 +50,6 @@ export class SlashCommandManager {
50
const globalClaude = this.#loadGlobal(
51
path.join(
52
path.dirname(opts.paths.globalConfigDir),
53
54
55
'commands',
56
),
0 commit comments