This is a principles-based guide that teaches you how to think about server management rather than memorizing commands. It covers process management tool selection (PM2 vs systemd vs containers), monitoring strategy with alert severity levels, log rotation basics, and scaling decisions. The content is organized around decision frameworks: when to scale vertically versus horizontally, what makes a proper health check, which metrics actually matter. It's refreshingly pragmatic about avoiding common anti-patterns like running as root or skipping monitoring until something breaks. Best for developers who need to understand the reasoning behind production ops choices, not sysadmins who already live this daily.
npx skills add https://github.com/davila7/claude-code-templates --skill server-management