shell-scripter
Installation
SKILL.md
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 <description> |
Generate a shell script from natural language |
review <script or path> |
Audit for pitfalls, reference ShellCheck rules |
convert <script or path> <target> |
Dialect conversion (bash/zsh/fish) |
posix <script or path> |
POSIX compliance check at pattern level |
makefile <tasks> |
Generate a Makefile from task descriptions |
justfile <tasks> |
Generate a justfile from task descriptions |
| Natural language about shell scripting | Auto-detect mode from intent |
| Empty | Show mode menu with examples |
Related skills