Files
2025-11-30 08:34:54 +08:00

18 lines
634 B
JSON

{
"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": [
"./plugins/shell-scripting/skills/bash-defensive-patterns/SKILL.md",
"./plugins/shell-scripting/skills/shellcheck-configuration/SKILL.md",
"./plugins/shell-scripting/skills/bats-testing-patterns/SKILL.md"
],
"agents": [
"./plugins/shell-scripting/agents/bash-pro.md",
"./plugins/shell-scripting/agents/posix-shell-pro.md"
]
}