terraform-hcloud-kube-hetzner
Deploy and operate production Kubernetes clusters on Hetzner Cloud
All Skills in This Repository (11)
Pure Emerald Level Indicatorstest-changes
Run terraform fmt, validate, and plan against a test environment.
triage-issue
Triage GitHub issues by analyzing content, detecting duplicates, and drafting maintainer-ready responses.
sync-docs
Synchronize variables.tf, llms.md, kube.tf.example, and README when variables change.
kh-assistant
Guide kube-hetzner configuration and debugging with live repository context.
review-pr
Identify security risks and backward-compatibility issues in pull requests using CLAUDE.md guidelines.
prepare-release
Generate changelogs, update version references, and draft release notes.
fix-issue
Fetch GitHub issue details, classify type, plan, implement, test, and push a branch.
debug-node
Diagnose unreachable Hetzner Cloud nodes by mounting their filesystems in rescue mode.
migrate-v2-to-v3
Migrates kube-hetzner Terraform roots from module v2.x to v3.x with plan safety gates.
upgrade-cluster
Upgrade kube-hetzner clusters through phased Terraform convergence, k3s/RKE2 runtime upgrades, and immutable node replacement.
running-stabilization-loop
Runs iterative test-fix-retest loops to stabilize Kubernetes infrastructure changes on Hetzner Cloud.
Frequently Asked Questions
FAQPage SchemaHow to install terraform-hcloud-kube-hetzner skills?▼
Run `npx skills add mysticaltech/terraform-hcloud-kube-hetzner --all -g -y` in your terminal to install all skills globally for your AI agent.
How to deploy Kubernetes on Hetzner Cloud?▼
Create a Hetzner project and API token, run the createkh setup script, edit kube.tf, then run terraform init, plan, and apply to get a production-ready cluster.
How to migrate kube-hetzner from v2 to v3?▼
Use the migrate-v2-to-v3 skill, which rewrites your configuration, backs up state, and blocks any plan that would destroy protected infrastructure.
Can AI debug an unreachable Hetzner node?▼
Yes. The debug-node skill boots the server into Hetzner rescue mode and inspects disks, logs, SSH keys, and cloud-init state without needing working SSH access.
Does it work with Claude Code and other AI agents?▼
Yes. All skills follow the standard SKILL.md format and run in Claude Code, Codex, Cursor, and other skills-compatible agents.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core