
from .claude (Claude Code config)17
Guides authors on creating robust Claude Code slash commands: naming, frontmatter, argument handling, and best practices for reusable prompts.
A practical guide for authoring Claude Code slash commands (single-file reusable prompts). Explains file locations, frontmatter fields, argument patterns ($ARGUMENTS, $1/$2), tool restrictions, and testing workflows so authors can create consistent, safe, and discoverable commands.
Use this skill when you need to design or document a slash command for Claude Code — for example, code review shortcuts, PR creators, test runners, or any frequently used prompt that benefits from explicit invocation. Also useful when converting skills into explicit slash commands.
Infer: Claude Code / Claude-family models and any agent harness that supports slash-command style prompt files (e.g., Claude Code, local Claude CLI).
Create-command is a comprehensive reference guide for building Claude Code slash commands. It covers naming, frontmatter, argument handling, advanced features like file references and bash execution, and includes 10 complete examples. No scripts were present — it's a pure documentation skill. The content is thorough and well-organized but the SKILL.md is quite long and monolithic.
Clean skill — no security concerns whatsoever. Includes its own security best practices section. Architecture could improve by splitting the extensive examples into a references/ directory per the skill spec.