A Claude Code plugin that teaches Claude shell programming conventions for the scrip project.
When installed, this plugin provides Claude with knowledge of scrip's programming patterns:
- Error handling vocabulary --
shout,barf,usage,safe,catch - Module composition via
#include - Subcommand routing with
do_prefix functions - Help extraction using
#_#comment markers - Output-based testing with diff against expected output
The skill activates when Claude is asked to create or modify shell scripts written in scrip style. It does not activate for general Bash scripting.
Add this plugin to your Claude Code configuration:
claude plugin add superscript/scrip-programmingBSD 3-Clause. See LICENSE.