server-management

Installation
Summary

Framework for production server operations covering process management, monitoring, logging, and scaling decisions.

  • Covers seven core operational areas: process management tool selection (PM2, systemd, Docker, Kubernetes), monitoring strategy with severity-based alerting, and structured log rotation practices
  • Provides decision matrices for scaling (vertical vs. horizontal vs. auto-scaling), health check depth, and troubleshooting priority order
  • Emphasizes principles over commands: auto-recovery, zero-downtime reloads, resource awareness, and security fundamentals like SSH keys and secret management
  • Includes anti-patterns section highlighting common mistakes (running as root, skipping monitoring, manual restarts) with recommended alternatives
SKILL.md

Server Management

Server management principles for production operations. Learn to THINK, not memorize commands.


1. Process Management Principles

Tool Selection

Scenario Tool
Node.js app PM2 (clustering, reload)
Any app systemd (Linux native)
Containers Docker/Podman
Orchestration Kubernetes, Docker Swarm

Process Management Goals

Related skills
Installs
561
GitHub Stars
37.3K
First Seen
Jan 20, 2026