How this skill is triggered — by the user, by Claude, or both
Slash command
/bash-script-generator:bash-script-generatorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
ユーザーの要件をヒアリングし、エラーハンドリング・引数解析・クリーンアップ処理を備えた堅牢なBashスクリプトを生成します。
ユーザーの要件をヒアリングし、エラーハンドリング・引数解析・クリーンアップ処理を備えた堅牢なBashスクリプトを生成します。
For workflow, see WORKFLOW.md. For bash template, see TEMPLATE.md. For user input form, see FORMS.md.
npx claudepluginhub masayan1126/masayan-uni-code-plugins --plugin bash-script-generatorGenerates production-ready Bash/shell scripts (.sh) for automation, CLI tools, text processing with grep/awk/sed, ops helpers, cron jobs, or CI utilities from requirements.
Provides core patterns and best practices for Bash 5.1+ script development: set -euo pipefail, trap error handling, argument parsing, variable usage, pure-bash string/array ops, and file operations.
Guides creation of robust bash scripts with defensive patterns, error handling, structured logging, and automated testing via Bats and ShellCheck.