bash-scripting by sickn33/antigravity-awesome-skills
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill bash-scripting用于创建健壮、可用于生产环境的 bash 脚本的专用工作流,包含防御性编程模式、全面的错误处理和自动化测试。
在以下情况下使用此工作流:
bash-pro - 专业脚本编写bash-defensive-patterns - 防御性模式Use @bash-pro to design production-ready bash script
bash-pro - 脚本结构广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
bash-defensive-patternsUse @bash-defensive-patterns to implement strict mode and error handling
bash-linux - Linux 命令linux-shell-scripting - Shell 脚本编写Use @bash-linux to implement system commands
bash-defensive-patterns - 错误处理error-handling-patterns - 错误模式Use @bash-defensive-patterns to add comprehensive error handling
bash-pro - 日志记录模式Use @bash-pro to implement structured logging
bats-testing-patterns - Bats 测试shellcheck-configuration - ShellCheckUse @bats-testing-patterns to write script tests
Use @shellcheck-configuration to lint bash script
documentation-templates - 文档编写Use @documentation-templates to document bash script
#!/usr/bin/env bash
set -euo pipefail
readonly SCRIPT_NAME=$(basename "$0")
readonly SCRIPT_DIR=$(cd "$(dirname "$0")" && pwd)
log() { echo "[$(date '+%Y-%m-%d %H:%M:%S')] $*"; }
error() { log "ERROR: $*" >&2; exit 1; }
usage() { cat <<EOF
Usage: $SCRIPT_NAME [OPTIONS]
Options:
-h, --help Show help
-v, --verbose Verbose output
EOF
}
main() {
log "Script started"
# Implementation
log "Script completed"
}
main "$@"
os-scripting - 操作系统脚本编写linux-troubleshooting - Linux 故障排除cloud-devops - DevOps 自动化每周安装量
330
代码仓库
GitHub 星标数
27.1K
首次出现
Feb 24, 2026
安全审计
安装于
github-copilot329
opencode328
gemini-cli327
kimi-cli327
codex327
cursor327
Specialized workflow for creating robust, production-ready bash scripts with defensive programming patterns, comprehensive error handling, and automated testing.
Use this workflow when:
bash-pro - Professional scriptingbash-defensive-patterns - Defensive patternsUse @bash-pro to design production-ready bash script
bash-pro - Script structurebash-defensive-patterns - Safety patternsUse @bash-defensive-patterns to implement strict mode and error handling
bash-linux - Linux commandslinux-shell-scripting - Shell scriptingUse @bash-linux to implement system commands
bash-defensive-patterns - Error handlingerror-handling-patterns - Error patternsUse @bash-defensive-patterns to add comprehensive error handling
bash-pro - Logging patternsUse @bash-pro to implement structured logging
bats-testing-patterns - Bats testingshellcheck-configuration - ShellCheckUse @bats-testing-patterns to write script tests
Use @shellcheck-configuration to lint bash script
documentation-templates - DocumentationUse @documentation-templates to document bash script
#!/usr/bin/env bash
set -euo pipefail
readonly SCRIPT_NAME=$(basename "$0")
readonly SCRIPT_DIR=$(cd "$(dirname "$0")" && pwd)
log() { echo "[$(date '+%Y-%m-%d %H:%M:%S')] $*"; }
error() { log "ERROR: $*" >&2; exit 1; }
usage() { cat <<EOF
Usage: $SCRIPT_NAME [OPTIONS]
Options:
-h, --help Show help
-v, --verbose Verbose output
EOF
}
main() {
log "Script started"
# Implementation
log "Script completed"
}
main "$@"
os-scripting - OS scriptinglinux-troubleshooting - Linux troubleshootingcloud-devops - DevOps automationWeekly Installs
330
Repository
GitHub Stars
27.1K
First Seen
Feb 24, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
github-copilot329
opencode328
gemini-cli327
kimi-cli327
codex327
cursor327
Azure Data Explorer (Kusto) 查询技能:KQL数据分析、日志遥测与时间序列处理
100,500 周安装
RAG检索增强生成系统实现指南:构建基于外部知识的AI问答与文档助手
313 周安装
使用 Packer 构建 Windows 镜像:AWS/Azure 平台指南与 WinRM 配置
313 周安装
Google Chat API 开发指南:Webhook 与交互式机器人集成教程
313 周安装
OpenAI Assistants API v2 使用指南与迁移方案 - 2026年弃用前必看
313 周安装
MCP CLI 脚本开发指南:为Claude Code构建高效本地工具与自动化脚本
313 周安装
Playwright MCP 开发指南:如何为微软 Playwright 添加 MCP 工具和 CLI 命令
313 周安装