slash-command-builder
Installation
SKILL.md
Slash Command Builder
Create effective custom slash commands for Claude Code with proper structure, dynamic features, and best practices.
Quick Reference
Command File Location:
- Project (shared):
.claude/commands/name.md - Personal (individual):
~/.claude/commands/name.md
Dynamic Features:
- Arguments:
$ARGUMENTS(all) or$1,$2,$3(positional) - Bash execution: [execute: command] (requires
allowed-tools: Bash(...)) - File references:
@path/to/file
Frontmatter: Optional YAML with description, allowed-tools, argument-hint, model