What problem does it solve?
This Skill helps teams make consistent, safety-first operational decisions for production servers by focusing on process management, monitoring strategy, log handling, scaling choices, and troubleshooting priorities instead of rote commands.
Core Features & Use Cases
- Process Management: Guidance on when to use systemd, container runtimes, or orchestration and how to achieve restart-on-failure and zero-downtime reloads.
- Monitoring & Alerts: Recommendations for what to monitor (availability, performance, errors, resources) and an alert severity strategy to prioritize responses.
- Log Management & Security: Best practices for structured logs, rotation, avoiding sensitive data, and secure access controls.
- Scaling & Health Checks: Decision criteria for vertical vs horizontal scaling, auto-scaling triggers, and implementing appropriate health checks.
- Use Case: For a Linux-hosted web service experiencing intermittent high latency, use these principles to decide whether to profile, add instances, or adjust resource limits while setting monitoring and alert thresholds.
Quick Start
Use the server-management skill to produce an operational runbook recommending a process manager, monitoring metrics, alert thresholds, log retention policy, and scaling triggers for a Linux web service.