What problem does it solve?
Repetitive prompts and common development tasks can slow down workflow. This Skill provides expert guidance for creating effective Claude Code slash commands, enabling users to automate frequent actions, streamline workflows, and boost productivity with simple, explicit invocations.
Core Features & Use Cases
- Command Structure & Arguments: Learn to design concise command names, define arguments (positional or all), and structure prompts for single-purpose tasks.
- Frontmatter Configuration: Master
description, argument-hint, allowed-tools, model selection, and disable-model-invocation for precise command behavior.
- Advanced Features: Utilize inline Bash execution (
!), file references (@), and specific tool permissions to create powerful yet safe commands.
- Use Case: A developer frequently performs a specific code review checklist for pull requests. This Skill helps them create a
/review-pr command that takes a PR number as an argument, uses Bash(git *) to fetch changes, and then applies a predefined review prompt, saving time on every review.
Quick Start
Use the slash-command-builder skill to help me create a new Claude slash command.
I want a command called '/git-status' that shows the current git status and recent commits.