What problem does it solve?
Users often type slash commands as plain chat messages instead of executing them, wasting context and missing the command's behavior; this skill detects those mistakes and provides clear guidance so users can run commands correctly and discover available tools.
Core Features & Use Cases
- Accidental command detection: Recognizes messages that look like slash commands and explains the difference between sending a message and executing a command.
- Command discovery: Searches workspace and plugin command files to list relevant commands, categorize them, and suggest the best match for a user's intent.
- Command documentation: Extracts metadata and usage examples (name, description, argument hints, allowed tools) from .claude/commands and plugins to show how to invoke commands properly.
- Troubleshooting and guidance: Explains prerequisites, common errors (command not found, missing args), and how to create custom commands or install plugins that provide commands.
Quick Start
Paste the slash command you sent as a message (for example: /commit fix: update readme) and ask the assistant to explain how to execute it.