From devops-skills
Turns application stacks into production deployments on Linux VPS with Docker Compose, Traefik, private registries, SSH tunnels, backups, and rollback planning.
How 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.
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.
npx claudepluginhub thienanblog/awesome-ai-agent-skills --plugin office-web-ui-skillsProvides production-ready Docker Compose templates with security hardening, resource limits, health checks, logging, monitoring, and high-availability for scalable deployments.
Generates optimized multi-stage Dockerfiles and docker-compose configs with health checks and volume management for Node.js, Python, Go, and Rust projects.
Dockerizes applications, configures CI/CD pipelines, manages environments (dev/staging/prod), sets up nginx reverse proxy with SSL, and implements monitoring, health checks, and rollback strategies.