Skip to content

feat(skills): add tmux-workers skill - #620

Merged
baleen37 merged 1 commit into
mainfrom
worktree/crispy-crafting-raven
Apr 16, 2026
Merged

feat(skills): add tmux-workers skill#620
baleen37 merged 1 commit into
mainfrom
worktree/crispy-crafting-raven

Conversation

@baleen37

@baleen37 baleen37 commented Apr 16, 2026

Copy link
Copy Markdown
Owner

Summary

  • tmux split pane에서 AI CLI 에이전트(claude, codex, gemini)를 fire-and-forget으로 실행하는 스킬 추가
  • task file 패턴으로 특수문자 안전 처리, --permission-mode bypassPermissions 등 주요 플래그 레퍼런스 포함
  • 실제 tmux + claude CLI 호출로 검증 완료 (단일/다중 워커, 특수문자, JSON 출력, --add-dir, --plugin-dir)

Test plan

  • 단일 워커 claude -p 호출 성공
  • 3개 워커 동시 실행 성공
  • 특수문자 포함 프롬프트 안전 전달
  • --output-format json 결과 수집
  • --add-dir, --plugin-dir 조합 테스트
  • 서브에이전트 GREEN 테스트 (스킬 문서 이해도 검증)

Summary by CodeRabbit

  • Documentation
    • Added comprehensive skill documentation for tmux-based parallel worker orchestration. Enables running multiple AI agents concurrently in separate terminal panes using task files and automatic cleanup. Features agent-specific command mappings, step-by-step examples for single and multiple worker configurations, and detailed troubleshooting guide addressing common setup mistakes and their solutions.

Spawn claude/codex/gemini workers in tmux split panes with
fire-and-forget execution. Uses task file pattern for safe
special character handling.
@baleen37
baleen37 enabled auto-merge (squash) April 16, 2026 05:33
@coderabbitai

coderabbitai Bot commented Apr 16, 2026

Copy link
Copy Markdown

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: ce545efd-6f11-42a7-98f6-2e1a0ad99698

📥 Commits

Reviewing files that changed from the base of the PR and between 8378529 and 50f1d7f.

📒 Files selected for processing (1)
  • plugins/me/skills/tmux-workers/SKILL.md

📝 Walkthrough

Walkthrough

A new skill documentation file is added that describes a tmux-based "fire-and-forget" pattern for running multiple AI CLI agents in parallel using separate visible tmux split panes, including command mappings, usage examples, and common mistakes with fixes.

Changes

Cohort / File(s) Summary
Tmux Workers Skill Documentation
plugins/me/skills/tmux-workers/SKILL.md
New skill documentation describing a tmux-based parallel worker pattern for running multiple AI agents (claude/codex/gemini) in split panes, including task file handling, tmux pane creation, command execution, cleanup procedures, agent-specific command examples, and troubleshooting guide.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Poem

🐰 Tmux workers hop in parallel rows,
Split panes dancing where the task flow goes,
Fire and forget, no need to wait,
Claude and friends collaborate with fate!

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch worktree/crispy-crafting-raven

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@baleen37
baleen37 merged commit 43cc508 into main Apr 16, 2026
4 of 5 checks passed
@baleen37
baleen37 deleted the worktree/crispy-crafting-raven branch April 16, 2026 05:34
baleen-release-app Bot pushed a commit that referenced this pull request Apr 16, 2026
# [16.9.0](v16.8.1...v16.9.0) (2026-04-16)

### Features

* **skills:** add tmux-workers skill for parallel AI CLI agents ([#620](#620)) ([43cc508](43cc508))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant