fix: improve /skill command usage help with skill location info

This commit is contained in:
2026-01-23 15:07:52 -08:00
committed by Naomi Carrigan
parent 63eb27069a
commit b8170b87c5
+1 -1
View File
@@ -201,7 +201,7 @@ export const slashCommands: SlashCommand[] = [
if (!skillName) {
claudeStore.addLine(
"error",
"Usage: /skill <skill-name> <data>\nExample: /skill onboard-mentee Discord ID: 123, GitHub: username"
"Usage: /skill <skill-name> [data]\nSkills are loaded from ~/.claude/skills/<skill-name>/SKILL.md\nExample: /skill onboard-mentee Discord ID: 123, GitHub: username"
);
return;
}