Habilidades server-management
🖥️

server-management

Seguro

Server Management Principles

Learn server management thinking and decision-making for production systems. This skill teaches process management, monitoring strategy, and scaling principles rather than memorized commands.

Suporta: Claude Codex Code(CC)
🥉 74 Bronze
1

Baixar o ZIP da skill

2

Upload no Claude

Vá em Configurações → Capacidades → Skills → Upload skill

3

Ative e comece a usar

Testar

A utilizar "server-management". What process manager should I use for a Node.js application?

Resultado esperado:

  • For Node.js in production, PM2 is recommended. It provides clustering, zero-downtime reload, and auto-restart on crash. Alternative: systemd for Linux-native integration.

A utilizar "server-management". When should I scale horizontally vs vertically?

Resultado esperado:

  • Vertical scaling (more CPU/RAM) offers quick fixes for single-instance bottlenecks. Horizontal scaling (more instances) provides sustainability and distribution. Choose vertical for immediate needs, horizontal for long-term growth.

A utilizar "server-management". What are the key server security principles?

Resultado esperado:

  • Key principles: SSH keys only (no passwords), firewall with minimal ports, regular security updates, environment variables for secrets, comprehensive audit logging.

Auditoria de Segurança

Seguro
v1 • 2/25/2026

Static analysis flagged two instances of 'weak cryptographic algorithm' at SKILL.md lines 3 and 166. After manual review, these are FALSE POSITIVES. Line 3 contains only a description string in YAML frontmatter, and line 166 contains only instructional text. The file contains no cryptographic code, no network requests, no file system operations, no environment access, and no external command execution. This is purely educational content teaching server management concepts.

1
Arquivos analisados
167
Linhas analisadas
0
achados
1
Total de auditorias
Nenhum problema de segurança encontrado

Padrões Detectados

Static Scanner False Positive - Weak Cryptographic Algorithm
Auditado por: claude

Pontuação de qualidade

38
Arquitetura
100
Manutenibilidade
85
Conteúdo
50
Comunidade
100
Segurança
91
Conformidade com especificações

O Que Você Pode Construir

DevOps Learning

New developers learning server operations and production concepts

Architecture Decision Making

Engineers making decisions about monitoring and scaling strategies

System Troubleshooting

Teams establishing troubleshooting workflows and priorities

Tente Estes Prompts

Process Management Basics
What process manager should I use for a Node.js application in production?
Monitoring Strategy
What key metrics should I monitor for a web application?
Scaling Decisions
When should I scale horizontally versus vertically?
Health Check Design
What should a proper health check include?

Melhores Práticas

  • Start monitoring from day one rather than adding it later
  • Use structured logging (JSON format) for easier parsing and analysis
  • Implement auto-restart configurations to handle crashes automatically
  • Choose health check depth based on load balancer requirements

Evitar

  • Running services as root instead of non-root users
  • Ignoring logs or skipping log rotation setup
  • Manual restarts instead of configuring auto-restart
  • Skipping backups or not having a regular backup schedule

Perguntas Frequentes

Does this skill execute commands on my server?
No. This skill teaches principles and decision-making frameworks. It does not run any commands or modify any files.
What tools does this skill support?
This skill provides guidance for tools like PM2, systemd, Docker, Kubernetes, Grafana, and others mentioned in the principles.
Is this skill suitable for beginners?
Yes. It explains concepts in plain language with decision tables. It is designed for learners who want to understand thinking, not memorize commands.
Does this skill include configuration examples?
No. It focuses on principles and decision criteria. It does not provide specific configuration files or code snippets.
How is this skill different from server documentation?
Documentation tells you what commands to run. This skill teaches why to choose certain approaches and when to use them.
Can I use this for troubleshooting production issues?
Yes. The troubleshooting priority section provides a systematic approach: check process, logs, resources, network, then dependencies.

Detalhes do Desenvolvedor

Estrutura de arquivos

📄 SKILL.md