Создание slash-команд для Claude Code

★ 8.6 · productivity

command-development is a Claude Code skill that guides the creation of slash commands — reusable Markdown-based prompts with YAML frontmatter, dynamic arguments ($ARGUMENTS, $1, $2), and optional bash execution for runtime context. It covers file layout across .claude/commands/ (project-scoped) and ~/.claude/commands/ (user-scoped) directories, frontmatter fields including description, allowed-tools, model, argument-hint, and disable-model-invocation, and the critical principle that commands must be written as directives to Claude rather than messages to the user. Developers and teams who want to standardize recurring workflows, share complex prompts across a project, or quickly invoke multi-step instructions will find this skill directly applicable.