Skip to main content
Back to registry

bash-pro

sickn33/antigravity-awesome-skills

Installs164
Install command
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill bash-pro
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
- Writing or reviewing Bash scripts for automation, CI/CD, or ops - Hardening shell scripts for safety and portability - You need POSIX-only shell without Bash features - The task requires a higher-level language for complex logic - You need Windows-native scripting (PowerShell) - Define script inputs, outputs, and failure modes. - Apply strict mode and safe argument parsing. - Implement core logic with defensive patterns. - Add tests and linting with Bats and ShellCheck. - Treat input as untrusted; avoid eval and unsafe globbing. - Prefer dry-run modes before destructive actions. - Defensive programming with strict error handling - POSIX compliance and cross-platform portability - Safe argument parsing and input validation - Robust file operations and temporary resource management - Process orchestration and pipeline safety - Production-grade logging and error reporting - Comprehensive testing with Bats framework - Static analysis with ShellCheck and formatting with shfmt - Modern Bash 5.x features and best practices - CI/CD integration and automation workflows - Always use strict mode with set -Eeuo pipefail and proper error trapping - Quote all variable expansions to prevent word splitting and globbing issues - Prefer arrays and proper iteration over unsafe patterns like for f in $(ls) - Use [[ ]] for Bash conditionals, fall back to [ ] for POSIX compliance - Implement...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does bash-pro do?

bash-pro is listed in SkillJury, but the source summary is still sparse.

Is bash-pro good?

bash-pro does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does bash-pro work with?

bash-pro currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to bash-pro?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install bash-pro?

npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill bash-pro

Related skills

More from sickn33/antigravity-awesome-skills

Related skills

Alternatives in Software Engineering