agent
CommunityCoordinate per-task tmux sub-agents for reviews.
Authorgakonst
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill uses your Codex window as an operator console to spawn a default tmux-based control hub and per-task git worktrees, enabling parallel agent reviews and continuous monitoring without losing your main workflow.
Core Features & Use Cases
- Control session: spawn a tmux session on the default server to host sub-agents.
- Per-task worktrees: create isolated worktrees for independent tasks/PRs.
- Sub-agent windows: run a separate Codex instance per task that acts as an autonomous agent.
- Monitoring loop: operator-only intervention when a pane stalls or asks a question.
Quick Start
Quick Start: tmux new -d -s control; git worktree add .worktrees/pr-123 -b pr-123; tmux new-window -t control:pr-123 -n review; cd .worktrees/pr-123; codex --dangerously-bypass-approvals-and-sandbox
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: agent Download link: https://github.com/gakonst/dotfiles/archive/main.zip#agent Please download this .zip file, extract it, and install it in the .claude/skills/ directory.