ShellCheck Config Generator Generate ShellCheck configuration for shell script linting. Capabilities - Generate .shellcheckrc files - Configure rule exclusions - Set shell dialect - Configure severity levels - Document rule decisions - Create project-specific configs Usage Invoke this skill when you need to: - Set up ShellCheck for a project - Configure linting rules - Exclude specific warnings - Document rule decisions Generated Configuration Rule Categories Critical (Never Disable) - SC2094: File read and written in same pipeline - SC2095: Add < /dev/null to prevent ssh from eating stdin -…