# Bash

> How to use the shell successfully

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

---


Execute shell commands inside their own bash shell, like so:

```bash
bash -c 'command'
```

This makes sure the shell is polluted by any outside state.

