Awesome-omni-skill server-management

Server management principles and decision-making.

install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/devops/server-management-dokhacgiakhoa" ~/.claude/skills/diegosouzapw-awesome-omni-skill-server-management-c89b9c && rm -rf "$T"
manifest: skills/devops/server-management-dokhacgiakhoa/SKILL.md
source content

Server Management

Server management principles for production operations. Learn to THINK, not memorize commands.


1. Process Management Principles

🧠 Knowledge Modules (Fractal Skills)

1. Tool Selection

2. Process Management Goals

3. What to Monitor

4. Alert Severity Strategy

5. Monitoring Tool Selection

6. Log Strategy

7. Log Principles

8. When to Scale

9. Scaling Strategy

10. What Constitutes Healthy

11. Health Check Implementation