tmux-gsd

Manages persistent Tmux sessions for GSD phase executions, data collection, and training runs.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Albatross679/snake-hrl-torchrl --skill tmux-gsd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tmux-gsd
Source: https://github.com/Albatross679/snake-hrl-torchrl/tree/main/.claude/skills/tmux-gsd
Command: npx skills add https://github.com/Albatross679/snake-hrl-torchrl --skill tmux-gsd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that long-running tasks like GSD phase executions, data collection, or training runs persist even if your terminal connection is interrupted, and keeps them monitored.

Core Features & Use Cases

  • Persistent Sessions: Run commands in named Tmux sessions that survive disconnects.
  • Dual-Pane Setup: Each session has a pane for your main command and another for Claude Code monitoring.
  • GSD Integration: Automatically updates GSD progress tracking.
  • Use Case: You need to start a 12-hour data collection process overnight. Use this skill to launch it in a persistent Tmux session so it continues running even if your laptop goes to sleep or your network connection drops.

Quick Start

Start a GSD phase 1 execution in a new tmux session named gsd-phase-1.

Frequently Asked Questions about tmux-gsd

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

FAQPage Schema
How do I keep long-running tasks running after a terminal disconnect?

Persistent tmux sessions keep long-running tasks running after a terminal disconnect by decoupling the process from your local connection. This skill launches commands in named sessions that survive network drops and sleep states.

What is the best way to monitor a multi-hour training run overnight?

Monitoring a multi-hour training run overnight is managed using a dual-pane tmux setup. One pane executes the main command while another runs Claude Code monitoring, ensuring continuous visibility of the process.

Can I track GSD phase execution progress within a tmux session?

Yes, you can track GSD phase execution progress within a tmux session. This skill integrates GSD progress tracking automatically, updating task continuity status as your data collection or training phases execute.

How do I start a GSD phase execution in a new tmux session?

To start a GSD phase execution, use this skill to create a named tmux session, such as gsd-phase-1. It handles session creation, listing, attachment, and teardown for your long-running tasks.

Do I need to manually configure tmux to ensure task persistence?

No, manual tmux configuration is not needed for task persistence. The skill scripts handle session creation and dual-pane setup automatically, managing the persistent environment and integrated monitoring without manual intervention.