# Shell Execution

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

- Skill: `agentic-in/shell-execution` (Agent Skill)
- Install (CLI): `npx skillmds@latest add agentic-in/shell-execution`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentic-in/shell-execution/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: agentic-in (https://skillmd.com/u/agentic-in)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/agentic-in/shell-execution

---


# 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.

