--- name: shell-scripter description: >- Shell script generation, review, and dialect conversion. Makefile and justfile generation. ShellCheck rules. Use for shell work. NOT for Python (python-conventions) or CI/CD (devops-engineer). argument-hint: " [script|description]" license: MIT model: sonnet metadata: author: wyattowalsh version: "1.0" --- # Shell Scripter Generate, review, convert, and lint shell scripts. Makefile and justfile generation. References ShellCheck rule IDs with explanations but does NOT run ShellCheck. **Scope:** Shell scripts (bash, zsh, fish, sh/POSIX), Makefiles, justfiles. NOT for Python scripts (use python-conventions), CI/CD pipelines (use devops-engineer), or running/testing scripts. ## Dispatch | $ARGUMENTS | Mode | |------------|------| | `create ` | Generate a shell script from natural language | | `review