skills / Tooling & Setup
shell
Runs the rest of a /shell request as a literal shell command. Use only when the user explicitly invokes /shell and wants the following text executed directly in the terminal.
Run Shell Commands
Use this skill only when the user explicitly invokes /shell.
Behavior
- Treat all user text after the
/shellinvocation as the literal shell command to run. - Execute that command immediately with the terminal tool.
- Do not rewrite, explain, or "improve" the command before running it.
- Do not inspect the repository first unless the command itself requires repository context.
- If the user invokes
/shellwithout any following text, ask them which command to run.
Response
- Run the command first.
- Then briefly report the exit status and any important stdout or stderr.