Tmux CC Remote Execution

Orchestrate remote Claude Code sessions via SSH and tmux for long-running tasks.

393|34|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/Pthahnix/De-Anthropocentric-Research-Engine --skill tmux-cc-remote-execution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Tmux CC Remote Execution
Source: https://github.com/Pthahnix/De-Anthropocentric-Research-Engine/tree/main/skills/sop/tmux-cc
Command: npx skills add https://github.com/Pthahnix/De-Anthropocentric-Research-Engine --skill tmux-cc-remote-execution

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Launch Claude Code on a remote server via SSH + tmux to enable autonomous overnight task execution, reducing the need for constant supervision.

Core Features & Use Cases

  • Remote orchestration of Claude Code sessions over SSH and tmux for long-running tasks.
  • Session persistence across disconnects, enabling overnight experiments on remote GPUs.
  • Preconfigured environments and project-level settings to ensure reproducibility.

Quick Start

Launch a remote Claude Code session on the target host via SSH, then feed it the task prompt to begin autonomous processing.

Frequently Asked Questions about Tmux CC Remote Execution

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run Claude Code autonomously on a remote server over SSH?

To run Claude Code autonomously over SSH, you orchestrate a remote session using tmux, which allows the process to continue running in the background even after you disconnect from the host.

Why do my remote Claude Code sessions stop when my SSH connection drops?

SSH sessions terminate background processes on disconnect because they rely on the active terminal. Using a terminal multiplexer like tmux keeps your Claude Code session persistent across network drops.

What do I need to set up remote Claude Code execution with tmux?

Prerequisites for remote Claude Code execution include SSH access to the target host, tmux installation, and Claude Code configured on the server, along with project and user environment setups.

Can I execute overnight machine learning experiments on a remote GPU using Claude Code?

Yes, you can execute overnight experiments on a remote GPU by launching Claude Code within a persistent tmux session over SSH, ensuring uninterrupted automation without constant supervision.

How do I ensure reproducible environments when running remote Claude Code tasks?

You ensure reproducible remote execution by defining environment setups and project-level settings in user configs before launching the Claude Code session on the remote host.

What is the best way to manage long-running automation tasks on a remote server?

The best way to manage long-running automation tasks on a server is using tmux over SSH to orchestrate remote sessions, providing session persistence and disconnect tolerance for ongoing processes.