Initial commit
This commit is contained in:
18
.claude-plugin/plugin.json
Normal file
18
.claude-plugin/plugin.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user