Agent Plugins Marketplace
All plugins

shell-scripting

v1.2.3

Production-grade Bash scripting with defensive programming, POSIX compliance, and comprehensive testing

CodexClaude Code3 Skills

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

Installs for the current user
codex plugin marketplace add wshobson/agents
codex plugin marketplace upgrade claude-code-workflows
codex plugin add shell-scripting@claude-code-workflows

Paste 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-marketplaceshell-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/agents

Clone 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

plugins/shell-scripting/
├── .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

bash-defensive-patternsskills/bash-defensive-patterns/SKILL.md

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.

bats-testing-patternsskills/bats-testing-patterns/SKILL.md

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.

shellcheck-configurationskills/shellcheck-configuration/SKILL.md

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

plugins/shell-scripting/.codex-plugin/plugin.json
{
  "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"
  }
}
plugins/shell-scripting/.claude-plugin/plugin.json
{
  "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"
}

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)