server-management

Guide server management with process control, monitoring, scaling, and security principles.

2|1|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/kriangkraiii/Game_E-commerce --skill server-management-kriangkraiii
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: server-management
Source: https://github.com/kriangkraiii/Game_E-commerce/tree/main/shopping-cart-spring-boot-main/.agent/skills/server-management
Command: npx skills add https://github.com/kriangkraiii/Game_E-commerce --skill server-management-kriangkraiii

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides essential principles and strategies for effective server management in production environments.

Core Features & Use Cases

  • Process Management: Guides on how to choose and implement process control tools like systemd, PM2, and Kubernetes.
  • Monitoring Strategies: Outlines best practices for tracking server health, performance metrics, and error logs.
  • Scaling and Health Checks: Explains when and how to scale services vertically or horizontally, and how to implement health checks for reliability.
  • Security and Troubleshooting: Covers security best practices, troubleshooting priorities, and anti-patterns to avoid.

Quick Start

Refer to the outlined process management and monitoring principles to set up your server environment efficiently.

Frequently Asked Questions about server-management

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

FAQPage Schema
What is the best way to manage server processes in a production environment?

Server process management requires choosing control tools like systemd, PM2, or Kubernetes based on your production environment needs. This approach provides strategic principles for process control, emphasizing best practices to ensure stability and reliability over specific command memorization.

How do I implement effective monitoring strategies for server health and performance?

Server monitoring strategies involve tracking performance metrics, error logs, and overall server health systematically. This guidance outlines best practices for implementing comprehensive monitoring in production environments, enabling administrators to detect anomalies and maintain system reliability proactively.

When should I scale my server vertically versus horizontally?

Vertical scaling upgrades existing server resources, while horizontal scaling adds more server instances to distribute load. This Skill explains when to apply each strategy and how to implement health checks, ensuring reliable scaling decisions that match your production system demands.

What security best practices should I follow for server management?

Server security management requires adhering to established best practices to protect production systems from vulnerabilities. This Skill covers essential security principles, troubleshooting priorities, and common anti-patterns to avoid, helping administrators safeguard their infrastructure strategically.

Does this server management guidance apply to Kubernetes environments?

Yes, the process management guidance explicitly includes Kubernetes alongside systemd and PM2. It provides strategic principles for managing processes within containerized environments, making it suitable for DevOps engineers working with modern orchestration platforms in production.

What troubleshooting priorities should I focus on when server issues occur?

Server troubleshooting requires prioritizing issues based on system impact and following established principles to resolve problems efficiently. This Skill outlines specific troubleshooting priorities and anti-patterns to avoid, enabling administrators to diagnose and address production failures systematically.