server-management

Provide architectural principles and decision-making frameworks for managing production server environments.

Updated Jun 4, 2026
One-click install
npx skills add https://github.com/achmf/KostaHub --skill server-management-achmf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: server-management
Source: https://github.com/achmf/KostaHub/tree/main/.agent/skills/server-management
Command: npx skills add https://github.com/achmf/KostaHub --skill server-management-achmf

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of maintaining stable production environments by providing a structured framework for process management, monitoring, and troubleshooting, preventing common operational failures.

Core Features & Use Cases

  • Operational Strategy: Provides decision-making frameworks for process management (PM2, systemd), monitoring, and scaling.
  • Troubleshooting Protocols: Offers a prioritized checklist for diagnosing system health, network issues, and resource bottlenecks.
  • Use Case: When a production Node.js application experiences intermittent downtime, use this Skill to evaluate whether to implement clustering, adjust log rotation, or refine health check endpoints to ensure zero-downtime recovery.

Quick Start

Use the server-management skill to audit my current production monitoring strategy and suggest improvements based on the provided infrastructure.

Frequently Asked Questions about server-management

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

FAQPage Schema
How do I prevent downtime when scaling Node.js applications in production?

Prevent downtime by implementing horizontal scaling patterns and robust health check endpoints for your production environment. This strategy manages the process lifecycle effectively to ensure zero-downtime recovery during traffic spikes or system failures.

What is the best way to manage process lifecycle using systemd or PM2?

The best way to manage process lifecycle is applying architectural principles and decision-making frameworks to tools like PM2 or systemd. This structured approach ensures stable process management, preventing common operational failures in production environments.

How do I troubleshoot resource bottlenecks and network issues on Linux infrastructure?

Troubleshoot resource bottlenecks on Linux infrastructure by following a prioritized diagnostic checklist. This protocol evaluates system health, identifies network issues, and isolates resource constraints to resolve production server failures efficiently.

Does this server management framework support security hardening and log rotation?

Yes, this server management framework facilitates security hardening for Linux-based infrastructure and provides strategies for log rotation. It offers structured observability protocols to maintain stable production environments without losing critical operational data.

When do I need to implement horizontal scaling patterns for my production server?

You need to implement horizontal scaling patterns when your production server experiences intermittent downtime or increased traffic demands. Observability strategies and health checks help determine the exact moment to scale out resources to prevent bottlenecks.