
Write Bash Scripts
- 2 repo stars
- Updated July 24, 2026
- cboone/agent-harness-plugins
Apply consistent Bash style conventions when creating or editing Bash scripts.
About
Write-bash-scripts applies Bash style conventions when creating or editing Bash scripts. It standardizes shell code so automation stays readable, portable, and maintainable. Aimed at developers and operators who write Bash tooling and glue scripts.
- Bash style conventions
- Script creation and editing
- Consistent formatting
- Shell best practices
Write Bash Scripts by the numbers
- Data as of Jul 25, 2026 (Skillselion catalog sync)
/plugin marketplace add cboone/agent-harness-plugins/plugin install write-bash-scripts@agent-harness-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Last updated | July 24, 2026 |
| Repository | cboone/agent-harness-plugins ↗ |
What it does
Apply consistent Bash style conventions when creating or editing Bash scripts.
README.md
Write Bash Scripts
Bash style conventions for creating and editing Bash scripts.
Type: Skill
Trigger: /write-bash-scripts (also activates automatically)
Installation
See the marketplace install instructions.
What It Does
Provides Bash coding conventions covering script structure, strict mode, quoting, error handling, and portability. Activates automatically when creating, editing, or reviewing Bash scripts, ensuring consistent style across all Bash files.
Includes a reference guide covering all conventions with ShellCheck rule identifiers.
Usage
/write-bash-scripts
The skill also activates automatically when Claude Code detects Bash script work.
Examples
- Creating a new Bash script: the style guide activates automatically
- Editing a script in
bin/: activates automatically - "/write-bash-scripts": loads the full style guide explicitly
See Also
- Lint and Fix: run ShellCheck and shfmt across the project
- All plugins