What problem does it solve? When you already know the exact shell command you want to run, you do not want an AI to rewrite, explain, or second-guess it. This Skill passes your text straight to the terminal so the command runs exactly as typed. ## Core Features & Use Cases - Literal Command Execution: Treats everything after the /shell invocation as the exact command to run, with no rewriting or improvement. - Minimal Overhead: Skips repository inspection unless the command itself requires repository context. - Concise Reporting: Runs the command first, then briefly reports the exit status and any important stdout or stderr. - Use Case: You type "/shell git status --short" and the command runs immediately in the terminal, returning the working tree status without extra commentary. ## Quick Start Invoke /shell followed by the exact terminal command you want executed, such as asking to run ls -la in the current directory.