Создание пользовательских slash-команд в Claude Code
★ 8.0 · vibe-coding
slash-command-builder is a Claude Code skill that helps create, improve, and troubleshoot custom slash commands. It provides expert guidance on command file structure, frontmatter configuration (description, argument-hint, allowed-tools, model, disable-model-invocation), positional arguments ($1, $2, $ARGUMENTS), inline bash execution via the ! prefix, and file references via @. The skill covers the difference between project-scoped commands (.claude/commands/) and personal ones (~/.claude/commands/), and explains when to use slash commands versus skills. It's designed for developers who want to automate repetitive Claude Code workflows — git operations, code reviews, component scaffolding, or any other task worth turning into a reusable command.