create-command
SKILL.md
Creating Commands
Quick Reference
Files to modify:
src/config/commandConfig.js- Add category (if needed) and command configurationsrc/commands/<category>/<command>.js- Implement the command
For interactive UI commands: Also refer to the create-deact-element skill.
Step 1: Add Command Category (if needed)
If an appropriate category doesn't exist, add it to commandCategoryConfigRaw: