What problem does it solve?
This skill prevents common shell errors, silent failures, and security risks caused by improper handling of special characters in file paths and incorrect command chaining.
Core Features & Use Cases
- Path Sanitization: Enforces the use of single quotes for file paths containing shell-special characters like brackets, parentheses, and dollar signs to prevent glob expansion or variable interpolation.
- Command Execution Safety: Provides guidelines for atomic command execution to ensure agent permission systems can accurately evaluate and approve individual operations.
- Use Case: When working with modern web frameworks like Next.js or Remix that use special characters in file paths, this skill ensures your file operations succeed without accidental shell interpretation.
Quick Start
Apply the bash skill guidelines to ensure all file paths in your current command are properly quoted and commands are executed independently.