shell-scripting
v1.2.3Production-grade Bash scripting with defensive programming, POSIX compliance, and comprehensive testing
By Ryan SnodgrassLicense: MIT39.9k GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 21, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install shell-scripting for Codex and Claude Code
codex plugin marketplace add wshobson/agents
codex plugin marketplace upgrade claude-code-workflows
codex plugin add shell-scripting@claude-code-workflowsPaste and run these commands in a terminal with Codex. They add and refresh the claude-code-workflows catalog, then install this plugin.
Compatibility: the page URL and API slug “shell-scripting” remain stable.
- Codex:
shell-scripting@agent-plugin-marketplace→shell-scripting@claude-code-workflows
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/wshobson/agentsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/shell-scripting/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/bash-defensive-patterns/SKILL.md├── skills/bats-testing-patterns/SKILL.md└── skills/shellcheck-configuration/SKILL.md
Included Skills3
Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities requiring fault tolerance and safety.
Master Bash Automated Testing System (Bats) for comprehensive shell script testing. Use when writing tests for shell scripts, CI/CD pipelines, or requiring test-driven development of shell utilities.
Master ShellCheck static analysis configuration and usage for shell script quality. Use when setting up linting infrastructure, fixing code issues, or ensuring script portability.
Plugin manifests2
{
"name": "shell-scripting",
"version": "1.2.3",
"description": "Production-grade Bash scripting with defensive programming, POSIX compliance, and comprehensive testing",
"skills": "./skills/",
"author": {
"name": "Ryan Snodgrass",
"url": "https://github.com/rsnodgrass"
},
"license": "MIT",
"interface": {
"displayName": "Shell Scripting",
"shortDescription": "Production-grade Bash scripting with defensive programming, POSIX compliance, and comprehensive testing",
"category": "Coding"
}
}{
"name": "shell-scripting",
"version": "1.2.3",
"description": "Production-grade Bash scripting with defensive programming, POSIX compliance, and comprehensive testing",
"author": {
"name": "Ryan Snodgrass",
"url": "https://github.com/rsnodgrass"
},
"license": "MIT"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[shell-scripting on Agent Plugins Marketplace](https://pluginsmp.com/plugins/shell-scripting)