Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:35:18 +08:00
commit 72b4217943
8 changed files with 2268 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "shell-scripting",
"description": "Production-grade Bash scripting with defensive programming, POSIX compliance, and comprehensive testing",
"version": "1.2.1",
"author": {
"name": "Ryan Snodgrass",
"url": "https://github.com/rsnodgrass"
},
"skills": [
"./skills/bash-defensive-patterns/SKILL.md",
"./skills/shellcheck-configuration/SKILL.md",
"./skills/bats-testing-patterns/SKILL.md"
],
"agents": [
"./agents/bash-pro.md",
"./agents/posix-shell-pro.md"
]
}