server-management

Plan server-management decisions for Node.js services, Linux, and containers.

Updated Jan 3, 2026
One-click install
npx skills add https://github.com/thgterto/Gerenciador-de-estoque --skill server-management-thgterto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: server-management
Source: https://github.com/thgterto/Gerenciador-de-estoque/tree/main/.agent/skills/server-management
Command: npx skills add https://github.com/thgterto/Gerenciador-de-estoque --skill server-management-thgterto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured framework for thinking about server-management decisions, helping engineers move beyond memorized commands to principled, repeatable operations.

Core Features & Use Cases

  • Process management planning for Node.js services, including restart strategies, clustering, and graceful reloads.
  • Monitoring and health-check criteria to ensure availability and performance.
  • Scaling and capacity planning guidance across Linux environments, containers, and orchestration contexts.

Quick Start

Outline a high-level process-management plan for a Node.js service using PM2 and systemd, focusing on reliability and scalability.

Frequently Asked Questions about server-management

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

FAQPage Schema
How do I plan process management for a Node.js service to ensure reliability?

Process management for a Node.js service involves planning restart strategies, clustering, and graceful reloads. Structuring these decisions ensures reliability and repeatable operations across production environments using PM2 or systemd.

What monitoring and health-check criteria should I use for Linux servers?

Monitoring Linux servers requires codifying specific health-check criteria to ensure availability and performance. A structured framework defines actionable guidelines for tracking system health rather than just executing isolated commands.

Does this server management approach work with containers and orchestration?

Yes, this server management approach covers containers and orchestration scenarios. It provides scaling and capacity planning guidance tailored for these environments alongside traditional Linux servers and Node.js services.

What is the best way to scale Node.js services across production environments?

The best way to scale Node.js services is applying principled capacity planning criteria. This involves evaluating scaling strategies across Linux environments and containers to meet production operations demands systematically.

When do I need systemd versus PM2 for managing Node.js processes?

Choosing between systemd and PM2 depends on evaluating process-management goals like clustering and graceful reloads. Deciding requires assessing specific reliability and scaling requirements within Linux server environments.