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; }