mysticaltechmysticaltechCommunity·11 Agent Skills Included

terraform-hcloud-kube-hetzner

Deploy and operate production Kubernetes clusters on Hetzner Cloud

Deploys highly available, auto-upgrading k3s or RKE2 Kubernetes clusters on Hetzner Cloud with Terraform or OpenTofu. Handles private networking, firewalls, storage, ingress, autoscaling, and OS updates without manual server setup. Guides AI agents through safe upgrades, v2-to-v3 migrations, node debugging, and cluster teardown with no-destroy safety gates.
npx skills add mysticaltech/terraform-hcloud-kube-hetzner --all -g -y
Available:

Gives the AI agent operational rules and safety constraints for working on this Terraform module, including routing tasks to the bundled skills for migrations, upgrades, debugging, and releases.

All Skills in This Repository (11)

Pure Emerald Level Indicators
📦 In Repo
mysticaltechmysticaltech

test-changes

Run terraform fmt, validate, and plan against a test environment.

Community
Intermediate
📦 In Repo
mysticaltechmysticaltech

triage-issue

Triage GitHub issues by analyzing content, detecting duplicates, and drafting maintainer-ready responses.

Community
Intermediate
📦 In Repo
mysticaltechmysticaltech

sync-docs

Synchronize variables.tf, llms.md, kube.tf.example, and README when variables change.

Community
Intermediate
📦 In Repo
mysticaltechmysticaltech

kh-assistant

Guide kube-hetzner configuration and debugging with live repository context.

Community
Advanced
📦 In Repo
mysticaltechmysticaltech

review-pr

Identify security risks and backward-compatibility issues in pull requests using CLAUDE.md guidelines.

Community
Advanced
📦 In Repo
mysticaltechmysticaltech

prepare-release

Generate changelogs, update version references, and draft release notes.

Community
Advanced
📦 In Repo
mysticaltechmysticaltech

fix-issue

Fetch GitHub issue details, classify type, plan, implement, test, and push a branch.

Community
Advanced
📦 In Repo
mysticaltechmysticaltech

debug-node

Diagnose unreachable Hetzner Cloud nodes by mounting their filesystems in rescue mode.

Community
Advanced
📦 In Repo
mysticaltechmysticaltech

migrate-v2-to-v3

Migrates kube-hetzner Terraform roots from module v2.x to v3.x with plan safety gates.

Community
Advanced
📦 In Repo
mysticaltechmysticaltech

upgrade-cluster

Upgrade kube-hetzner clusters through phased Terraform convergence, k3s/RKE2 runtime upgrades, and immutable node replacement.

Community
Advanced
📦 In Repo
mysticaltechmysticaltech

running-stabilization-loop

Runs iterative test-fix-retest loops to stabilize Kubernetes infrastructure changes on Hetzner Cloud.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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