tmux-session-manager

Manage Claude Code tmux sessions on Lightsail via SSH.

345|12|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/minicoohei/ai-agent-camp --skill tmux-session-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tmux-session-manager
Source: https://github.com/minicoohei/ai-agent-camp/tree/main/.claude/skills/tmux-session-manager
Command: npx skills add https://github.com/minicoohei/ai-agent-camp --skill tmux-session-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables efficient management of Claude Code tmux sessions on Lightsail via SSH, simplifying session monitoring and PR coordination.

Core Features & Use Cases

  • Dashboard & session status checks for all active sessions.
  • PR synchronization and on-demand session creation for open PRs.
  • In-session command delivery to run targeted actions or capture outputs.

Quick Start

Ask to display the dashboard for all sessions and check the status of PR-45.

Frequently Asked Questions about tmux-session-manager

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

FAQPage Schema
How do I manage Claude Code tmux sessions on a remote server via SSH?

You can manage Claude Code tmux sessions on a remote server via SSH by using an automation tool that provides a session dashboard, status checks, and direct instruction delivery for individual issues and PRs.

What is the best way to synchronize pull requests across multiple tmux sessions?

The best way to synchronize pull requests across tmux sessions is to use an automated PR synchronization feature that handles on-demand session creation for open PRs and coordinates status checks via a centralized dashboard.

Does this tmux session manager require specific remote scripts to function?

Yes, this tmux session manager requires remote scripts located at REPO/ops/tmux-manager/cc-session.sh and sync-prs.sh on your remote host to automate session management and PR synchronization.

Can I use this tool to send in-session commands to a specific tmux session?

Yes, you can use this tool to send in-session command deliveries, allowing you to run targeted actions or capture outputs directly within active Claude Code tmux sessions over SSH.

Do I need an AWS Lightsail instance to run this tmux session automation?

While designed for managing Claude Code tmux sessions on Lightsail via SSH, the core requirement is simply an SSH-accessible host configured with the necessary remote management scripts.

What limitations exist when automating tmux session management over SSH?

Limitations include requiring pre-configured SSH access to the remote host and specific remote scripts at defined repository paths, meaning the automation fails if the remote environment is not properly set up.