command-creator

Installation
SKILL.md

Command Creator

$ARGUMENTS

Create a new Claude Code slash command following ai-toolkit conventions.

Workflow

  1. Capture intent -- what should the command do and who invokes it?
  2. Pick scope -- project command, user command, or plugin command?
  3. Define frontmatter -- description, argument hint, allowed tools, model if needed
  4. Write command body -- instructions for Claude, not explanation for the user
  5. Add validation context -- expected output, constraints, follow-up checks
  6. Test and iterate -- invoke the command with representative arguments

Command Locations

Installs
6
GitHub Stars
175
First Seen
May 16, 2026
command-creator — softspark/ai-toolkit