Enables the creation of powerful, reusable custom slash commands to standardize workflows and automate complex prompt sequences.
This skill provides comprehensive guidance on building, organizing, and optimizing custom slash commands for Claude Code. It covers essential techniques such as defining YAML frontmatter for tool configuration, utilizing dynamic arguments for flexibility, integrating bash execution for real-time repository context, and managing file references with @-syntax. By following these patterns, developers can create project-specific or global commands that transform repetitive manual prompts into efficient, agent-ready instructions that improve team consistency and individual productivity.
主要功能
01Standardized command organization and namespacing strategies
0217 GitHub stars
03Inline bash execution for gathering repository and environment context
04YAML frontmatter configuration for tool permissions and model selection
05Advanced file referencing using @-syntax and glob patterns
06Dynamic argument handling with $ARGUMENTS and positional variables
使用场景
01Building reusable documentation generators that analyze source code
02Creating automated security review workflows for pull requests
03Standardizing project-specific testing and deployment procedures