server-management

Guide production server infrastructure design and operations across Node.js and containerized environments.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/raccioly/coach-gravity --skill server-management-raccioly
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: server-management
Source: https://github.com/raccioly/coach-gravity/tree/main/content/starter-kit/skills/server-management
Command: npx skills add https://github.com/raccioly/coach-gravity --skill server-management-raccioly

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing production servers is error-prone without a principled approach. This skill provides a thinking framework for process management, monitoring strategy, and scaling decisions to reduce outages and manual toil.

Core Features & Use Cases

  • Principles for process management (restart strategies, clustering, high availability)
  • Monitoring guidelines and alerting to keep services reliable
  • Scaling decision criteria for vertical/horizontal growth and capacity planning
  • Use cases include Node.js apps, containerized services, and multi-service architectures in production.

Quick Start

Define a baseline health and scaling policy for your current fleet and document it.

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 monitoring and alerting strategy for containerized services?▼

A monitoring strategy for containerized services requires defining baseline health metrics and alerting thresholds to reduce manual toil. This skill provides guidelines to keep multi-service architectures reliable by enforcing non-command decision-making principles for production alerting.

What is the best way to plan capacity and scaling decisions for Node.js apps?▼

Capacity planning for Node.js apps involves setting vertical and horizontal scaling decision criteria based on baseline health. This skill provides a framework to evaluate growth metrics and document scaling policies, ensuring reliable infrastructure operations without outages.

How does process management work for high availability in multi-service environments?▼

Process management for high availability uses restart strategies and clustering to maintain reliable multi-service environments. This skill guides teams in applying system administration principles to handle process management, ensuring production stability during on-call incident response.

Do I need disaster recovery planning for production server infrastructure?▼

Disaster recovery planning is essential for production server infrastructure to handle on-call incident response effectively. This skill enforces decision-making principles for disaster recovery, helping teams operate scalable systems and reduce manual toil during outages.

Can I use server management principles for containerized and multi-service architectures?▼

Server management principles apply directly to containerized and multi-service architectures, covering process management and capacity planning. This skill supports Node.js apps and containerized services by providing a thinking framework to operate scalable, reliable production environments.