What problem does it solve? When you want an AI assistant to run an exact terminal command without rewriting, explaining, or inspecting the repository first, you need a direct pass-through execution path. ## Core Features & Use Cases - Literal Command Execution: Treats all text after the /shell invocation as the exact shell command and runs it immediately with the terminal tool. - No Rewriting or Inspection: Skips command modification, explanation, and repository inspection unless the command itself requires repository context. - Status Reporting: Reports the exit status and important stdout or stderr after execution. - Use Case: Type /shell ls -la to list directory contents instantly, or /shell git status to check your working tree without any AI interpretation of the command. ## Quick Start Invoke /shell followed by the exact terminal command you want executed, such as asking to run /shell npm test.