meta-command-creator

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Custom Slash Command Creator

Overview

Claude Code slash commands are markdown files with optional YAML frontmatter that create reusable /command workflows. Commands and skills are unified: .claude/commands/ files and .claude/skills/ directories both create slash commands. Skills are the recommended approach since they support additional features like supporting files, but single-file commands still work.

When to use: Repeatable prompts, team workflow standardization, guardrailed operations (deploy, commit), multi-phase tasks, dynamic context injection with bash output.

When NOT to use: Complex capabilities needing multiple files and scripts (use a full skill directory instead), one-off prompts, built-in commands that already exist (/compact, /help, /init).

Quick Reference

Feature Syntax / Location Key Points
Project command .claude/commands/name.md Shows "(project)" in /help
Project skill .claude/skills/name/SKILL.md Recommended over commands, supports extra files
Personal command ~/.claude/commands/name.md Available across all projects
Personal skill ~/.claude/skills/name/SKILL.md Available across all projects
Plugin command <plugin>/skills/name/SKILL.md Namespaced as plugin-name:skill-name
Related skills
Installs
31
GitHub Stars
11
First Seen
Feb 24, 2026