What problem does it solve? Teams running workloads on Hetzner Cloud often lack visibility into how servers are provisioned, bootstrapped, and networked, leading to drift between declared infrastructure and actual service setup. This Skill inventories the Hetzner surface in a repository and produces a concrete operations plan instead of treating Hetzner as an opaque VPS host. ## Core Features & Use Cases - Surface Inventory: Runs a helper script to detect hcloud CLI usage, Terraform provider configuration, cloud-init or user-data files, and bootstrap markers like Docker Compose, Caddy, or Traefik. - Provisioning and Drift Review: Evaluates whether server creation is reproducible, whether networking and firewall assumptions are explicit, and where docs and bootstrap scripts disagree. - Ops Plan Generation: Writes a dated operations plan under docs/infrastructure/ covering the provisioning model, bootstrap and networking review, drift risks, and next steps. - Use Case: Before migrating services to a new Hetzner project, run the inventory to confirm Terraform manages all servers and that cloud-init is actually wired into provisioning, then capture the gaps in a reviewable plan. ## Quick Start Ask the agent to review this repository's Hetzner Cloud setup and produce an operations plan covering provisioning, bootstrap, networking, and drift risks.