popbones

popbones / tmux.skill

Public

Codex skill for durable tmux command sessions

13
0
89% credibility
Found May 20, 2026 at 13 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
Shell
AI Summary

This project is a plugin that teaches an AI coding assistant to run commands in persistent background sessions. Instead of starting a task and waiting for it to finish (which could take hours or risk timing out), the AI learns to run work in dedicated workspaces that keep going even while it handles other tasks. This is useful for development servers, build processes, file watchers, and any task that needs to run for a long time. The AI can check on these background tasks anytime and see their output, making it much more practical for real-world development work.

How It Works

1
💡 You need your AI assistant to run long tasks

You discover that your AI coding assistant keeps timing out when running development servers or build jobs.

2
📦 You find a solution for persistent tasks

You discover a skill that teaches your AI assistant to run commands in the background, where they keep running even if the AI needs to think about other things.

3
🔧 You add it to your AI assistant

You copy the skill folder into your AI assistant's skills directory, and start a new conversation so it learns the new abilities.

4
🚀 Your AI can now run persistent tasks

Now when you ask your AI to start a development server or run a long build, it creates a dedicated workspace where the task keeps running safely.

5
🔍 Check on progress anytime

You can ask your AI to check on the running task and see what output it has produced so far, without interrupting it.

Everything runs smoothly in the background

Your development server stays running, builds complete in the background, and your AI assistant can coordinate multiple long tasks while helping you with other work.

Sign up to see the full architecture

4 more

Sign Up Free

Star Growth

See how this repo grew from 13 to 13 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is tmux.skill?

tmux.skill is a Codex plugin that lets AI agents run commands inside persistent tmux sessions instead of losing them when the session times out. When Codex needs to start a dev server, run a long build, tail logs, or interact with a CLI, this skill keeps that work alive across reconnections. It ships as a Shell-based skill that installs into your Codex skills folder with a single git clone command. The skill includes a helper script for sending commands to named tmux panes and capturing their output, which is the core interaction pattern for durable agent workflows.

Why is it gaining traction?

The hook here is durability. Codex agents often lose track of running processes when sessions end or connections drop. By routing commands through tmux, you get persistent panes that survive disconnects and let you inspect output later. The skill targets a real pain point for developers using AI agents in long-running development tasks. It is a lightweight, focused solution that does one thing well rather than trying to be a full framework.

Who should use this?

Developers running Codex agents for tasks that span multiple sessions or require long-lived processes. If you are using Codex to manage builds, watch files, run dev servers, or coordinate multi-step workflows, this skill prevents your work from vanishing when the agent reconnects. DevOps engineers running Codex in CI-like contexts will find it useful for keeping background jobs alive. It is less relevant for simple, short-lived Codex interactions.

Verdict

This is a niche but genuinely useful tool for a specific workflow. The 0.9% credibility score and 13 stars reflect an early-stage project with minimal community validation, so expect rough edges and limited documentation. If you are already deep in Codex and tmux, it is worth a try. For most developers, wait for more traction before betting your workflow on it.

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.