概要
The Create Command skill provides a structured framework for extending Claude Code's functionality through custom slash commands. It automates the creation of markdown-based command files, ensuring proper YAML frontmatter configuration for descriptions, argument hints, and tool permissions. Whether defining project-specific shortcuts in .claude/commands/ or personal utilities in ~/.claude/commands/, this skill handles complex patterns like positional arguments, bash command execution via the '!' prefix, and file referencing, enabling developers to build sophisticated, repeatable AI workflows tailored to their specific development needs.