server-management

Design server operations strategies for process management, monitoring, and scaling.

8.1k|1.5k|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/vudovn/antigravity-kit --skill server-management-vudovn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: server-management
Source: https://github.com/vudovn/antigravity-kit/tree/main/.agent/skills/server-management
Command: npx skills add https://github.com/vudovn/antigravity-kit --skill server-management-vudovn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill teaches thinking, not memorized commands, for reliable server operations, including process management, monitoring, and scaling decisions.

Core Features & Use Cases

  • Process Management: design strategies for restarts, clustering, and resource management.
  • Monitoring & Health: define metrics, alerting, and health checks for production services.
  • Scaling & Reliability: decide when to scale, choose vertical/horizontal approaches, and implement auto-scaling guidelines.

Quick Start

Implement a basic health check and restart policy for a small service.

Frequently Asked Questions about server-management

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design a server restart policy and health checks for a production service?

Server management requires defining health checks and restart policies to ensure reliable production services. You implement lifecycle management by establishing metrics, alerting thresholds, and governance rules for automated process recovery.

When should I scale my server vertically versus horizontally?

Vertical scaling upgrades existing server resources, while horizontal scaling adds more server instances. Choose vertical scaling for stateful workloads and horizontal scaling to distribute load and improve reliability across containers or cloud workloads.

What metrics and observability strategies are needed for reliable server operations?

Reliable server operations require observability strategies that define key metrics, alerting rules, and health checks. Implementing these monitoring components ensures production services maintain reliability and trigger escalations when anomalies occur.

Can I apply process management and auto-scaling guidelines to container workloads?

Process management and auto-scaling guidelines apply across production services, containers, and cloud workloads. You design clustering, resource management, and auto-scaling rules to govern the lifecycle of these environments effectively.

What is the best way to implement auto-scaling guidelines for cloud workloads?

Implementing auto-scaling guidelines for cloud workloads involves deciding when to scale and choosing the appropriate approach. You define governance rules and metrics thresholds that trigger automatic scaling to maintain reliability.

Why does my server management strategy need governance and escalation rules?

Server management needs governance and escalation rules to enforce thinking-based guidance over memorized commands. These rules ensure that monitoring alerts and health check failures trigger structured responses, maintaining reliability during incidents.