What problem does it solve? When you explicitly want a command run verbatim in the terminal, AI assistants often rewrite, explain, or second-guess the command first. This Skill guarantees that text following a /shell invocation is executed exactly as typed, without modification or unnecessary repository inspection. ## 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 command rephrasing, explanation, and repository scanning unless the command itself requires repository context. - Concise Reporting: Reports exit status and important stdout or stderr after execution. - Use Case: Type /shell ls -la src/ to list directory contents instantly, or /shell git status to check your working tree without the AI altering the command. ## Quick Start Invoke /shell followed by the exact command you want run, such as asking the assistant to run /shell npm test to execute your test suite verbatim.