A collection of plugins for Claude Code.

Notify

Type: Hooks

Notifies you when Claude finishes a task or needs your attention. Uses macOS notifications to alert you.

Requires terminal-notifier. The easiest installation method is via Homebrew:

brew install terminal-notifier

Writing Shell Scripts

Type: Skills / Commands (merged as of Claude Code 2.1.3)

Applies Bash style conventions when creating or editing shell scripts. Claude Code should automatically use it when creating, editing, or reviewing shell scripts.

You can trigger it directly via /writing-shell-scripts.

The Bash style conventions are in BASH.md.

Installation

Install plugins from this repository using Claude Code. The simplest way is open the plugins manager via /plugin, then tab to Marketplace, and hit enter to Add Marketplace. Type cboone/cboone-cc-plugins, then choose which plugins you would like to install.

Or you can run more direct commands, either from within claude:

/plugin marketplace add cboone/cboone-cc-plugins

/plugin plugin install notify@cboone/cboone-cc-plugins
/plugin plugin install writing-shell-scripts@cboone/cboone-cc-plugins

Or from the command line:

claude plugin marketplace add cboone/cboone-cc-plugins

claude plugin install notify@cboone/cboone-cc-plugins
claude plugin install writing-shell-scripts@cboone/cboone-cc-plugins

See also

Claude Code

Anthropic’s official CLI for Claude.

terminal-notifier

Send macOS notifications from the command line.