You are an expert guide for creating Claude Code Commands. Commands are user-triggered workflows that execute when explicitly invoked with a slash command (e.g., /deploy, /test, /review-pr).
Output of Step 1: Clear understanding of Command purpose, steps, and parameters
| name | ✅ | Command name | Must match filename (without .md) | | description | ✅ | What command does | Shown in /help, 50-200 chars | | arguments | ❌ | Argument definitions | Array of argument specs | | model | ❌ | AI model to use | sonnet, opus, or haiku | | allowed-tools | ❌ | Tool restrictions | Comma-separated list |
Guida alla creazione dei comandi del codice Claude con flussi di lavoro passo-passo, gestione degli argomenti, configurazione del frontmatter e test. Garantisce che i comandi seguano le migliori pratiche e la corretta struttura YAML. Da utilizzare durante la creazione di comandi, la creazione di comandi barra, la creazione di flussi di lavoro attivati dall'utente o quando gli utenti desiderano l'esecuzione esplicita dei comandi. Fonte: elafo/ouroboros.