From b8170b87c5dc35d37b6276471c6114468f521e80 Mon Sep 17 00:00:00 2001 From: Hikari Date: Fri, 23 Jan 2026 15:07:52 -0800 Subject: [PATCH] fix: improve /skill command usage help with skill location info --- src/lib/commands/slashCommands.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/commands/slashCommands.ts b/src/lib/commands/slashCommands.ts index 185f03f..d2d6dcd 100644 --- a/src/lib/commands/slashCommands.ts +++ b/src/lib/commands/slashCommands.ts @@ -201,7 +201,7 @@ export const slashCommands: SlashCommand[] = [ if (!skillName) { claudeStore.addLine( "error", - "Usage: /skill \nExample: /skill onboard-mentee Discord ID: 123, GitHub: username" + "Usage: /skill [data]\nSkills are loaded from ~/.claude/skills//SKILL.md\nExample: /skill onboard-mentee Discord ID: 123, GitHub: username" ); return; }