18 lines
514 B
JSON
18 lines
514 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": [
|
|
"./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"
|
|
]
|
|
} |