tmux-ai-chat
CommunityUnified, reliable AI chat in tmux panes.
Authorsizukutamago
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This skill provides a reusable, marker-based foundation for AI chat collaboration inside tmux, enabling consistent pane management, message sending, and output capture across multiple AI agents.
Core Features & Use Cases
- Unified collaboration layer: Centralizes split, send, capture, and kill operations for AI chat workflows.
- Marker-based output extraction: Facilitates deterministic capture of AI responses between start/end markers.
- Use Case: Build higher-level AI collaboration skills (e.g., Codex/Cursor/ Gemini integrations) that chat through tmux panes.
Quick Start
Create a pane and launch an AI CLI, send a prompt, and capture the response between markers using the tmux_ai.sh script.
- pane=$(tmux_ai.sh split --direction h --percent 50 --name ai --print-pane-id)
- id=$(tmux_ai.sh send --pane "$pane" --wrap --text "Explain Tradeoffs" --enter)
- tmux_ai.sh capture --pane "$pane" --between "$id" --wait-ms 30000
Dependency Matrix
Required Modules
None requiredComponents
scriptsreferences
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: tmux-ai-chat Download link: https://github.com/sizukutamago/dev-tools-plugin/archive/main.zip#tmux-ai-chat Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.