slash-commands-meta

Official

Automate 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 $ARGUMENTS and 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 status and git diff with specific arguments. This skill helps them create a custom /git.status command 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 required

Components

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.
View Source Repository