A collection of production-ready bash templates for common sysadmin work like backups, monitoring, user management, and log analysis. Originally from the antigravity-awesome-skills collection, now maintained under claude-code-templates. You'll need basic bash knowledge and the right permissions to run these, plus standard utilities like rsync and openssl. It's meant as building blocks rather than finished solutions, which is the right approach for shell scripts since every environment has its quirks. The security operations angle is interesting, though the Snyk audit failure is worth noting. Good starting point if you're tired of rewriting the same backup or monitoring scripts from scratch.
npx skills add https://github.com/davila7/claude-code-templates --skill linux-production-shell-scripts