A solid reference for getting ShellCheck properly configured in your projects. Covers the practical stuff like setting up .shellcheckrc files, integrating with CI pipelines, and handling the most common error codes you'll actually encounter (SC2086 for quoting issues, SC2181 for exit code checking, SC1091 for sourced files). Shows you how to suppress false positives without going overboard, configure pre-commit hooks, and optimize performance when checking multiple scripts. The error code explanations with before/after examples are genuinely helpful when you're staring at cryptic ShellCheck output at 2am trying to fix your deployment scripts.
npx skills add https://github.com/wshobson/agents --skill shellcheck-configuration