BeClaude

tmux-task-runner

New
Community RegistryDevelopmentby Shane Vitarana · MIT

Run build processes, test suites, deployments, and development servers in monitored tmux sessions with persistent logging

Community PluginView Source

Overview

A collection of skills for Claude Code to enhance development workflows.

Available Skills

Decomplect

Architectural code analysis for design quality.

code
/decomplect
  • Simplicity - Values over state, decomplected concerns
  • FCIS - Functional core, imperative shell
  • Coupling - High cohesion, low coupling

Read more →

Unslopify

Tactical code cleanup for immediate quality issues.

code
/unslopify
  • Type Strictness - No any, domain types
  • SRP - Single responsibility, no god classes
  • Fail-Fast - No workarounds, no silent fallbacks

Read more →

Codex Review Loop

Automated review-and-fix loop for Codex CLI.

bash
./review-loop.sh

Runs /review, fixes issues, and repeats until clean (max 3 iterations). Similar to a Ralph Wiggum loop but specialized for code review workflows.

Install to your repo:

bash
curl -sSL https://raw.githubusercontent.com/shanev/skills/main/codex-review-loop/review-loop.sh -o review-loop.sh && chmod +x review-loop.sh

Installation

bash
/plugin marketplace add shanev/skills

# Install what you need
/plugin install decomplect@shanev-skills
/plugin install unslopify@shanev-skills
/plugin install tmux-task-runner@shanev-skills

Verify installation:

code
/plugin

Usage

Once installed, use the commands directly:

code
/decomplect    # Architectural analysis
/unslopify     # Tactical cleanup

Or let Claude invoke them based on your requests.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/tmux-task-runner.md https://raw.githubusercontent.com/shanev/skills/main/SKILL.md
3
Invoke in Claude Code
/tmux-task-runner
View source on GitHub
testingdeploymenttmuxbackground-taskslong-runningmonitoringsessionsdevops

Frequently Asked Questions

What is tmux-task-runner?

Run build processes, test suites, deployments, and development servers in monitored tmux sessions with persistent logging

How to install tmux-task-runner?

To install tmux-task-runner, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /tmux-task-runner.

What is tmux-task-runner best for?

tmux-task-runner is a community categorized under Development. It is designed for: testing, deployment, tmux, background-tasks, long-running, monitoring, sessions, devops. Created by Shane Vitarana.