Enables the creation of powerful, reusable slash commands with custom arguments, file references, and bash execution logic for Claude Code.
This skill provides comprehensive guidance and patterns for developing custom slash commands within Claude Code, allowing users to automate repetitive tasks and standardize team workflows. It covers the full spectrum of command creation, from basic Markdown structures and YAML frontmatter configuration (such as tool permissions and model selection) to advanced features like dynamic positional arguments, context-aware file references, and inline bash execution for real-time repository data. By following these patterns, developers can build sophisticated, context-rich AI interactions that integrate directly with their local development environment and file systems.
주요 기능
011 GitHub stars
02YAML Frontmatter Configuration for tool permissions and model selection
03Inline Bash Execution for real-time repository and environment context
04Contextual File References via @syntax for automatic content loading
05Dynamic Argument Handling using $ARGUMENTS and positional variables
06Namespaced Command Organization for project, personal, and plugin scopes
사용 사례
01Standardizing code review checklists and security audits across development teams
02Building documentation generators that automatically reference multiple source files
03Creating automated testing and deployment workflows that pull live git status