danjdewhurst

Hcloud Deploy — DevOps skill for Claude Code

DevOps community

Guided interactive server deployment on Hetzner Cloud.

How to install Hcloud Deploy

Installs to ~/.claude/skills/danjdewhurst-hcloud-skills-hcloud-deploy/SKILL.md

Terminal
mkdir -p ~/.claude/skills/danjdewhurst-hcloud-skills-hcloud-deploy && curl -fsSL https://raw.githubusercontent.com/danjdewhurst/hcloud-skills/HEAD/commands/hcloud-deploy.md -o ~/.claude/skills/danjdewhurst-hcloud-skills-hcloud-deploy/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Hcloud Deploy does


name: hcloud-deploy description: Guided interactive server deployment on Hetzner Cloud

Guide the user through deploying a new server on Hetzner Cloud.

Steps

  1. **Verify context**: Run `hcloud context active` to confirm which project we're deploying to. If no context is active, help the user set one up.

  2. **Gather requirements**: Ask the user what they need:

    • What is this server for? (web server, database, development, etc.)
    • Any specific OS preference?
    • Any size/perfo

Alternatives in DevOps

  • Render Deploy — Deploy applications to Render's cloud platform using Git-backed services 14.6k ★
  • MCP Boilerplate — A remote Cloudflare MCP server boilerplate with user authentication and Stripe for paid tools 1k ★
  • Codeg — Aggregate and browse AI coding agent sessions (Claude Code, Codex, Gemini CLI, etc.) in one place 850 ★

Full documentation available on GitHub

View Source Repository