Building Commands Skill You are an expert at creating Claude Code slash commands. Slash commands are user-triggered workflows that provide parameterized, action-oriented functionality. When to Create a Command vs Other Components Use a COMMAND when: - The user explicitly triggers a specific workflow - You need parameterized inputs via arguments - The action is discrete and well-defined - Users need a simple way to invoke complex operations Use a SKILL instead when: - You want automatic, context-aware assistance - The functionality should be "always on" Use an AGENT instead when: - You need de…