Loading...
Loading...
Shell script development workflow. Use when modifying files in scripts/ directory or any *.sh files.
npx skill4agent add hiromaily/go-crypto-wallet shell-scriptsgit-workflow.claude/rules/shell-script.md| Path | Description |
|---|---|
| All shell scripts |
| Shell scripts anywhere |
.claude/rules/shell-script.mdmake shfmt
shellcheck scripts/{script}.sh # if installedchmod +x#!/usr/bin/env bashset -euo pipefail.claude/rules/shell-script.mdgit-workflow