bash-linux
Originally fromvudovn/ag-kit
Installation
SKILL.md
Bash Linux Patterns
Essential patterns for Bash on Linux/macOS.
1. Operator Syntax
Chaining Commands
| Operator | Meaning | Example |
|---|---|---|
; |
Run sequentially | cmd1; cmd2 |
&& |
Run if previous succeeded | npm install && npm run dev |
|| |
Run if previous failed | npm test || echo "Tests failed" |
| |
Pipe output | ls | grep ".js" |
Installs
1.7K
Repository
sickn33/agentic…e-skillsGitHub Stars
45.1K
First Seen
Jan 20, 2026
Security Audits