What problem does it solve?
This Skill streamlines the creation of Claude Code slash commands, eliminating repetitive instruction and enforcing consistency. It helps you build robust, reusable commands that automate complex tasks and reduce manual effort.
Core Features & Use Cases
- Declarative Command Definition: Create commands with YAML frontmatter for clear descriptions, argument hints, and scoped tool permissions.
- Dynamic Argument Handling: Incorporate
$ARGUMENTS, positional parameters ($1-$N), and default values for flexible command invocation.
- Context Injection: Include file contents (
@path) or shell command outputs (!command) directly into your prompts.
- Use Case: Create a
/review-pr command that takes a pull request URL, reads the associated files, and uses a specialized agent to identify security and code quality issues, all with a single command.
Quick Start
Use the command-builder skill to create a new command /analyze-code that takes a file path as an argument and uses the Read tool to analyze its content.