coders

Spawn and manage AI coding assistants in isolated tmux sessions.

1|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/Jayphen/coders --skill coders
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coders
Source: https://github.com/Jayphen/coders/tree/main/packages/plugin/skills/coders
Command: npx skills add https://github.com/Jayphen/coders --skill coders

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires redis, and includes scripts (resource) components.

What problem does it solve?

Spawn AI coding assistants (Claude, Gemini, Codex, OpenCode) in isolated tmux sessions with git worktrees, Redis coordination, and session persistence to simplify multi-agent workflows across multiple features.

Core Features & Use Cases

  • Multi-Agent Support: spawn Claude, Gemini, Codex, or OpenCode in parallel
  • Git Worktrees & Persistence: isolate work in separate branches and recover sessions later
  • Redis Coordination: inter-agent messaging and heartbeat scalability
  • Web Dashboard & Smart Naming: monitor sessions and auto-name based on task context

Quick Start

Spawn a Claude session for a complex task with Redis coordination in an isolated tmux session.

Frequently Asked Questions about coders

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run multiple AI coding agents in parallel using tmux?

Spawn multiple AI coding agents in isolated tmux sessions using git worktrees. This Skill orchestrates parallel Claude, Gemini, or Codex workflows, managing concurrent tasks and inter-agent coordination automatically via Redis.

How does Redis coordinate multi-agent workflows in isolated tmux sessions?

Redis coordinates multi-agent tmux sessions by providing inter-agent messaging and heartbeat scalability. This enables automatic session restoration, state persistence, and real-time synchronization across separate AI coding instances.

Can I use git worktrees to isolate AI coding agents in separate branches?

Yes, you can isolate AI coding agents in separate git worktrees to manage distinct features. This integration allows multiple agents to work in parallel branches without file conflicts, preserving session persistence for later recovery.

Do I need Redis to manage AI coding sessions with Claude or Gemini?

Yes, Redis is a required dependency to manage AI coding sessions. It provides the necessary heartbeat monitoring and inter-agent messaging capabilities to scale and maintain persistent multi-agent workflows.

What is the best way to monitor parallel AI coding sessions?

The best way to monitor parallel AI coding sessions is using a web dashboard. This Skill provides dashboard capabilities to track active tmux sessions, view snapshots, and leverage AI-powered naming based on task context.

Why are my AI coding agents conflicting when running multi-agent workflows?

AI coding agents conflict when running multi-agent workflows in the same directory. You can resolve this by spawning each agent in an isolated tmux session with a dedicated git worktree to separate branches and prevent file conflicts.