with one click
server-management
DigitalOcean Droplets, Linux server security, Nginx, and UFW.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
DigitalOcean Droplets, Linux server security, Nginx, and UFW.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Bootstraps a new project with standard folder structure, git init, basic files, planning doc skeletons, and initial memory.json. Triggers on new project creation keywords. CRITICAL for first-time setup.
Configuration for Virtual Hosts, .htaccess, and PHP-FPM in LAMP stacks.
Principles for REST, GraphQL, versioning, and API authentication.
Optimization and usage of SVGs, fonts, and static assets.
Patterns for maintaining or migrating Bootstrap 3/4/5 projects.
Caddyfile configuration, auto-HTTPS, and FastCGI.
| name | server-management |
| description | DigitalOcean Droplets, Linux server security, Nginx, and UFW. |
PermitRootLogin no, PasswordAuthentication no). Use SSH keys.ufw allow OpenSSH
ufw allow 'Nginx Full'
ufw enable
location / {
proxy_pass http://localhost:3000;
proxy_set_header Host $host;
}
python3-certbot-nginx) for auto-renewing Let's Encrypt certificates.