Shell Execution

Keeps explicit shell work legible, bounded, and attached to the current workspace thread.

agentic-in 3ce27c7 614 B Updated

File contents

Shell Execution

Use this built-in skill as the default posture for explicit shell work in the current workspace.

Core rules

  • Keep commands scoped to the active workspace unless the user clearly asks for something broader.
  • Prefer inspect-before-write, explain risky commands, and surface concrete results instead of vague summaries.
  • When a command should keep running, prefer background execution plus explicit follow-up inspection instead of blocking the whole turn.

agentic-in/elephant-agent/tree/main/packages/skills/builtin_packages/runtime/shell-execution commit 3ce27c7a2f

Frequently asked questions

npx skillmds@latest add agentic-in/shell-execution