What problem does it solve? When you explicitly want a command run verbatim in the terminal, conversational AI often rewrites, explains, or second-guesses it. This Skill guarantees that everything you type after /shell is executed exactly as written, without modification or unnecessary repository inspection. ## Core Features & Use Cases - Literal Command Execution: Treats all text following the /shell invocation as the exact shell command to run, with no rewriting or "improvements". - Minimal Overhead: Skips repository inspection unless the command itself requires repository context. - Concise Reporting: Runs the command first, then briefly reports exit status and any important stdout or stderr. - Use Case: You type "/shell git status --short" during a coding session and the command runs immediately in the terminal, returning the working tree status without the AI rephrasing or altering your command. ## Quick Start Invoke /shell followed by the exact terminal command you want executed, such as asking to run /shell ls -la to list the current directory contents.