What problem does it solve? Building reusable slash commands for Claude Code requires knowing the Markdown file format, YAML frontmatter fields, dynamic argument syntax, and plugin integration patterns, which are easy to get wrong without structured guidance. ## Core Features & Use Cases - Command Fundamentals: Covers file locations, Markdown structure, and YAML frontmatter fields like description, allowed-tools, model, and argument-hint. - Dynamic Features: Explains $ARGUMENTS and positional arguments, @ file references, and inline bash execution for context-aware commands. - Plugin Integration: Documents ${CLAUDE_PLUGIN_ROOT} usage, command namespacing, and coordination with agents, skills, and hooks. - Use Case: When you need a /review-pr command that fetches a pull request via gh CLI, validates the PR number argument, and launches a code-reviewer agent, this Skill provides the exact frontmatter and prompt patterns to build it. ## Quick Start Ask Claude to create a slash command that reviews a pull request by number using the gh CLI and positional arguments.