Help us improve
Share bugs, ideas, or general feedback.
From devops-skills
Turns application stacks into production deployments on Linux VPS with Docker Compose, Traefik, private registries, SSH tunnels, backups, and rollback planning.
npx claudepluginhub thienanblog/awesome-ai-agent-skills --plugin project-development-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/devops-skills:vps-docker-traefik-deployThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill to turn an application stack into a real production deployment plan with secure host setup, reverse proxying, registry-based releases, private admin access, persistent storage, backups, and rollback.
Dockerizes applications (frontend + backend + database), sets up CI/CD pipelines, manages environments, configures Nginx/Traefik reverse proxy, SSL certificates, monitoring, and rollback strategies.
Provides production-ready Docker Compose templates with security hardening, resource limits, health checks, logging, monitoring, and high-availability for scalable deployments.
Provisions and hardens a Hetzner Cloud VPS with Docker, Nginx/Caddy, SSL, and monitoring. Recommends instance types based on workload and traffic.
Share bugs, ideas, or general feedback.
Use this skill to turn an application stack into a real production deployment plan with secure host setup, reverse proxying, registry-based releases, private admin access, persistent storage, backups, and rollback.
Prefer Ubuntu LTS or Debian stable. Prefer immutable image tags. Prefer Traefik for public ingress and SSH tunnels for admin-only access.
Confirm these points first:
If the project already has deployment docs, read them first and treat them as the application-specific contract.
Default public ports:
22/tcp for SSH80/tcp for HTTP redirect and ACME when needed443/tcp for HTTPSKeep these private unless there is a strong reason:
If a GUI tool is required, bind the service to 127.0.0.1 only and use an SSH tunnel from the operator workstation.
When using this skill, produce a deployment answer that includes:
latest tags for production.Read these files only when needed:
references/server-baseline.md Use for Ubuntu 24.04 host prep, non-root users, SSH hardening, swap, firewall, Docker install.
references/traefik-dns.md Use for Traefik layout, dashboard tunneling, DNS, subdomains, Cloudflare, and routing patterns.
references/registry-storage-backup.md Use for private registries, image retention, bind mounts versus volumes, S3-compatible storage, backup, restore, and cleanup.
references/deploy-checklist.md Use for rollout steps, post-deploy verification, rollback, and maintenance cadence.