Создание slash-команд в Claude Code
★ 8.0 · vibe-coding
creating-claude-commands is a Claude Code skill that provides expert guidance on building slash commands — quick, reusable actions triggered by typing `/command-name` in Claude Code. It covers the full Markdown file structure, every frontmatter field (`description`, `allowed-tools`, `argument-hint`, `model`, `disable-model-invocation`), and special syntax: `@` for file references, `!` for inline bash execution, and `$ARGUMENTS` plus positional variables `$1`–`$9` for passing arguments. Commands live in `.claude/commands/` for shared team use or `~/.claude/commands/` for personal use, with subdirectory namespacing turning `git/quick-commit.md` into `/git.quick-commit`. Ideal for developers who want to automate repetitive workflows in Claude Code or debug why an existing command isn't behaving as expected.