Skip to content

popbones/tmux.skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tmux.skill

A Codex skill for using tmux as a durable command runner.

Use this skill when an agent needs to run or inspect long-lived shell work such as dev servers, watchers, build jobs, logs, interactive CLIs, or shared coordination panes.

Contents

  • SKILL.md: Codex-facing workflow instructions.
  • scripts/tmux-send-and-capture: Helper for sending text to a tmux pane and capturing recent output.
  • agents/openai.yaml: UI metadata for the skill.

Install

Clone or copy this folder into your Codex skills directory:

git clone git@github.com:popbones/tmux.skill.git "${CODEX_HOME:-$HOME/.codex}/skills/tmux"

Then start a new Codex session so the skill metadata is discovered.

Helper

Send a message or command to a tmux pane and capture recent output:

scripts/tmux-send-and-capture -t "project-shared:coordination.0" -n 80 "status please"

Queue text into a busy Codex pane:

scripts/tmux-send-and-capture -t "project-agent:main.0" --codex-queue "queue this after the current task"

About

Codex skill for durable tmux command sessions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages