slash-commands-meta
OfficialAutomate tasks with custom Claude slash commands.
Authormelodic-software
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Users need to create custom shortcuts for frequently used actions or complex workflows within Claude Code, but require clear guidance on command creation, argument handling, and integration with Bash or file references. This skill streamlines workflow automation, saving time and effort.
Core Features & Use Cases
- Custom Command Creation: Guides users through creating project-specific and personal slash commands, including frontmatter configuration (allowed-tools, argument-hint, description, model).
- Argument & Execution Handling: Explains how to use
$ARGUMENTSand positional arguments ($1,$2) and execute inline Bash commands (! prefix) or reference files (@ prefix). - Namespacing & Organization: Provides guidance on organizing commands using subdirectories and dot-namespacing, along with rules for conflict resolution.
- Plugin & MCP Integration: Covers working with plugin-provided commands and using MCP prompts as dynamic slash commands (
/mcp__server__promptname). - Use Case: A developer frequently runs
git statusandgit diffwith specific arguments. This skill helps them create a custom/git.statuscommand that accepts arguments, executes Bash, and streamlines their Git workflow directly within Claude Code.
Quick Start
Use the slash-commands-meta skill to learn how to create a custom slash command that runs a Git command.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: slash-commands-meta Download link: https://github.com/melodic-software/claude-code-plugins/archive/main.zip#slash-commands-meta Please download this .zip file, extract it, and install it in the .claude/skills/ directory.