From ar
Automates CLI usage and test execution in Byobu Tmux sessions for managing persistent terminal environments during development.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ar:tmux-automationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
CLI_USAGE_AND_TEST_AUTOMATION_WITH_BYOBU_TMUX_SESSIONS.md
CLI_USAGE_AND_TEST_AUTOMATION_WITH_BYOBU_TMUX_SESSIONS.md
npx claudepluginhub ahundt/autorun --plugin arBuild or adapt a local harness to drive, inspect, and profile an interactive CLI or TUI without external services. Use for CLI UX checks, startup regressions, memory leaks, hangs, prompt flows, or terminal demos.
Runs interactive CLI tools (vim, git rebase -i, REPLs) via tmux detached sessions with send-keys and capture-pane for programmatic control when standard bash piping fails.
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping output. Useful for automating interactive TTY tasks and running multiple coding agents in parallel.