Create a new Claude Code custom command with proper structure and best practices.
/plugin marketplace add feiskyer/claude-code-settings/plugin install feiskyer-claude-code-settings@feiskyer/claude-code-settingscc/# Create Command Create a new Claude Code custom command with proper structure and best practices. ## Usage: `/create-command [command-name] [description]` ## Process: ### 1. Command Analysis - Determine command purpose and scope - Choose appropriate location (project vs user-level) - Analyze similar existing commands for patterns ### 2. Command Structure Planning - Define required parameters and arguments - Plan command workflow and steps - Identify required tools and permissions - Consider error handling and edge cases ### 3. Command Creation - Create command file with proper YA...