create-discord-command

Installation
SKILL.md

Create Discord Command

Create one command module that exports command and matches the repository type pattern.

Workflow

  1. Confirm requested command shape.
  • Determine command name, description, options/subcommands, and response style (ephemeral/public).
  1. Choose command file location.
  • Use src/commands/<name>.ts for a simple command.
  • Use src/commands/<group>/index.ts for grouped or complex command sets.
  • For complex implementations, prefer barrel-file organization by default: create a dedicated subdirectory and place the command in index.ts.
  1. Implement typed command module.
Installs
1
First Seen
Jul 10, 2026
create-discord-command — flohhhhh/sharply-bot