skills/smithery.ai/create-command

create-command

SKILL.md

Creating Commands

Quick Reference

Files to modify:

  1. src/config/commandConfig.js - Add category (if needed) and command configuration
  2. src/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:

Installs
7
First Seen
Mar 18, 2026