kojott

Remoteclaud — DevOps skill for Claude Code

DevOps community

Ansible playbook for automated Claude AI dev environment (Docker, Node, Go, Python) on Rocky Linux ARM64 servers.

How to install Remoteclaud

This entry records only its repository, not the path inside it, so there is no exact command to give. Open kojott/remoteclaud and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Remoteclaud does

Ansible playbook for automated Claude AI dev environment (Docker, Node, Go, Python) on Rocky Linux ARM64 servers.

Alternatives in DevOps

  • Azure Storage Blob Python — Azure Blob Storage for Python 1.8k ★
  • Claudebox — A Claude Code Docker Development Environment for running Claude AI's coding assistant in a fully containerized 964 ★
  • Airis MCP Gateway — new Docker-based MCP multiplexer that aggregates 60+ tools behind 7 meta-tools, reducing context token usage b 142 ★

README

remoteclaud

Ansible playbook that sets up a complete Claude Code development environment on Rocky Linux ARM64 servers. One command, fully configured — Docker, Node.js, Go, Python, Claude CLI, and the `cl` session manager.

ansible-playbook -i inventory.ini playbook.yml

Then SSH in and start working:

ssh dev@your-server
cl    # interactive session manager

:cloud: Need a Server?

I run this on [**Hetzner Cloud**](https://hetzner.cloud/?ref=eWgHw8GraDd5) — ARM64 servers, great performance, unbeatable prices.

**[:point_right: Get €20 FREE credits](https://hetzner.cloud/?ref=eWgHw8GraDd5)** — enough to run this setup for weeks.

If this saved you time, consider giving it a :star: or [buying me a coffee](https://revolut.me/jiricrzl).


What You Get

**Development tools**: Docker CE, Node.js (NVM), Go, Python 3, git, tmux, htop

**Claude Code**: CLI with plugins pre-installed — code-review, context7, playwright, superpowers, and more

**[claude-gc](https://github.com/kojott/claude-gc)**: Automatic cleanup of orphaned Claude processes (saves ~220MB RAM per leaked process)

**`cl` session manager**: Persistent Claude sessions in tmux with smart reattach, named sessions, worktrees, conversation resume, and cleanup

═══════════════════════════════════════════════════════
  cl - Session Manager                  /src/my-project
═══════════════════════════════════════════════════════

  SESSIONS

  [1]  my-project          attached      2h ago
  [2]  api-server          detached     35m ago
  [3]  feature-x    [wt]   detached      3h ago

  ─────────────────────────────────────────────────────

  [n]  New session        [w]  New worktree session
  [c]  New from last chat  [r]  Pick past conversation
  [x]  Clean up (1 orphaned)

═══════════════════════════════════════════════════════
  Select [1-3, n, w, c, r, x] or Enter for [2]:

Requirements

Server Rocky Linux 9 (ARM64), root SSH access