tmux-factory-claude-go

Automate an isolated Claude Code session in tmux with status updates.

Updated Jul 5, 2026
One-click install
npx skills add https://github.com/prince3626ezechiel-lang/ivoire-monade-palantir --skill tmux-factory-claude-go
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: tmux-factory-claude-go
Source: https://github.com/prince3626ezechiel-lang/ivoire-monade-palantir/tree/main/skills/tmux-factory-claude-go
Command: npx skills add https://github.com/prince3626ezechiel-lang/ivoire-monade-palantir --skill tmux-factory-claude-go

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tfmux, and includes scripts (resource) components.

What problem does it solve?

This Skill enables you to quickly start a Claude Code session in an isolated tmux session and receive a one-line status update in your tmux pane without polling.

Core Features & Use Cases

  • Isolated Claude Code Session: Launches a Claude Code session in its own worktree.
  • Status Update in tmux Pane: Sends a one-line status update (✅ done / ⚠️ blocked) to your tmux pane.
  • Use Case: For coders who want to run a Claude Code session while continuing to work in the main tmux session.

Quick Start

Run the 'claude-go.sh' script with the task description as input.

Frequently Asked Questions about tmux-factory-claude-go

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

FAQPage Schema
How do I get status updates from a Claude Code session in tmux without polling?▼

You can get status updates in tmux by running Claude Code in an isolated worktree session that sends one-line status updates directly to your active tmux pane without polling.

What is worktree isolation for Claude Code sessions?▼

Worktree isolation launches your Claude Code session in its own separate git worktree, allowing the AI to operate independently while you continue working in your main tmux session.

How do I start an isolated Claude Code session in tmux?▼

To start an isolated Claude Code session in tmux, run the provided 'claude-go.sh' script and pass your task description as the input argument.

Do I need tfmux installed to send status updates to my tmux pane?▼

Yes, you need tfmux installed because the Skill uses it to automate the tmux environment setup and push the one-line status updates directly into your current pane.

What kind of status updates will I see in my tmux pane during code review?▼

During code review or development, you will receive real-time one-line status updates in your tmux pane indicating whether the Claude Code task is completed or blocked.