What problem does it solve? When you explicitly want a command run verbatim in the terminal, general AI assistants often rewrite, explain, or second-guess it. This Skill guarantees that text following a /shell invocation is executed exactly as typed, without modification or unsolicited analysis. ## Core Features & Use Cases - Literal Command Execution: Treats all text after /shell as the exact shell command and runs it immediately with the terminal tool. - No Rewriting or Inspection: Skips repository inspection and command "improvement" unless the command itself requires repository context. - Status Reporting: Reports the exit status and important stdout or stderr after execution. - Use Case: You type "/shell git status --short" and the command runs verbatim, returning the exit code and output without the AI altering flags or adding explanations first. ## Quick Start Invoke /shell followed by the exact terminal command you want executed, such as asking to run /shell ls -la to list directory contents.