projectb-shell

Executes user-provided text after /shell as a literal terminal command.

Updated May 28, 2023
One-click install
npx skills add https://github.com/steveulrich/ProjectB --skill projectb-shell-steveulrich
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: projectb-shell
Source: https://github.com/steveulrich/ProjectB/tree/main/.agents/skills/projectb-shell
Command: npx skills add https://github.com/steveulrich/ProjectB --skill projectb-shell-steveulrich

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you explicitly want a command run verbatim in the terminal, general AI assistants often rewrite, explain, or second-guess it. This Skill guarantees that text following a /shell invocation is executed exactly as typed, without modification or unsolicited analysis. ## 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 repository inspection and command "improvement" unless the command itself requires repository context. - Status Reporting: Reports the exit status and important stdout or stderr after execution. - Use Case: You type "/shell git status --short" and the command runs verbatim, returning the exit code and output without the AI altering flags or adding explanations first. ## Quick Start Invoke /shell followed by the exact terminal command you want executed, such as asking to run /shell ls -la to list directory contents.

Frequently Asked Questions about projectb-shell

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run an exact shell command through an AI assistant?▼

Invoke /shell followed by the literal command text. The Skill passes everything after the invocation directly to the terminal tool without rewriting, explaining, or improving the command before execution.

Will the AI modify or optimize my command before running it?▼

No. The Skill explicitly forbids rewriting, explaining, or improving the command. It also skips repository inspection unless the command itself requires repository context to run.

What happens if I invoke /shell with no command?▼

If you invoke /shell without any following text, the Skill asks you which command to run instead of guessing or executing anything on its own.

What output do I get after the shell command runs?▼

The command runs first, then the Skill briefly reports the exit status along with any important stdout or stderr produced during execution.

When should I not use literal shell command execution?▼

Avoid it when you want the AI to interpret intent, chain commands, or validate safety, since this Skill executes text verbatim. It is only appropriate when you explicitly want direct, unmodified terminal execution.