tmux-task-runner
NewRun build processes, test suites, deployments, and development servers in monitored tmux sessions with persistent logging
Overview
A collection of skills for Claude Code to enhance development workflows.
Available Skills
Decomplect
Architectural code analysis for design quality.
/decomplect- •Simplicity - Values over state, decomplected concerns
- •FCIS - Functional core, imperative shell
- •Coupling - High cohesion, low coupling
Unslopify
Tactical code cleanup for immediate quality issues.
/unslopify- •Type Strictness - No
any, domain types - •SRP - Single responsibility, no god classes
- •Fail-Fast - No workarounds, no silent fallbacks
Codex Review Loop
Automated review-and-fix loop for Codex CLI.
./review-loop.shRuns /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:
curl -sSL https://raw.githubusercontent.com/shanev/skills/main/codex-review-loop/review-loop.sh -o review-loop.sh && chmod +x review-loop.shInstallation
/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-skillsVerify installation:
/pluginUsage
Once installed, use the commands directly:
/decomplect # Architectural analysis
/unslopify # Tactical cleanupOr let Claude invoke them based on your requests.
Install & Usage
/plugin marketplace add <org/repo>Add the configuration to /plugin install tmux-task-runner@<marketplace>
/pluginSecurity Audits
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: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install tmux-task-runner@<marketplace>. Finally, /plugin in Claude Code.
What is tmux-task-runner best for?
tmux-task-runner is a plugin categorized under Development. It is designed for: testing, deployment, tmux, background-tasks, long-running, monitoring, sessions, devops. Created by Shane Vitarana.