generated from nhcarrigan/template
fix: improve /skill command usage help with skill location info
This commit is contained in:
@@ -201,7 +201,7 @@ export const slashCommands: SlashCommand[] = [
|
|||||||
if (!skillName) {
|
if (!skillName) {
|
||||||
claudeStore.addLine(
|
claudeStore.addLine(
|
||||||
"error",
|
"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;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user