Standardizes the creation, configuration, and organization of custom slash commands to automate repetitive AI coding workflows.
This skill provides a comprehensive framework for building custom slash commands within the Claude Code CLI, allowing developers to create reusable, high-context prompts. It guides users through advanced features such as YAML frontmatter for tool permissions, dynamic positional arguments for flexible input, and integrated bash execution for gathering real-time repository state. By implementing these patterns, development teams can define consistent workflows for code reviews, automated testing, and documentation generation, significantly improving efficiency and prompt reliability across projects.
主要功能
01Comprehensive YAML frontmatter configuration for tool access and model selection
02Dynamic argument handling with positional variables and full string capture
03Context-aware file referencing using '@' syntax for direct code injection
040 GitHub stars
05Support for namespaced command organization in project or global directories
06Inline bash execution to gather dynamic repository and environment metadata
使用场景
01Automating repetitive unit test execution for specific files using dynamic arguments