Claude Code Team Agent 모드로 토론하기

문주은·2026년 3월 27일

1. Install

1) mac환경에서 진행하여서 아래 명령어로 tmux, 설치

brew install tmux

2) settings.json에서 tmux 모드로 변경

{
  "env": {
    "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
  },
  "permissions": {
    "allow": [
      "Bash(python3:*)"
    ]
  },
  "statusLine": {
    "type": "command",
    "command": "node /Users/JulieMoon/.claude/hud/omc-hud.mjs"
  },
  "enabledPlugins": {
    "ralph-loop@claude-plugins-official": false,
    "oh-my-claudecode@omc": true,
    "context7@claude-plugins-official": true,
    "gitlab@claude-plugins-official": true,
    "Notion@claude-plugins-official": true,
    "playwright@claude-plugins-official": true,
    "document-skills@anthropic-agent-skills": true,
    "superpowers@claude-plugins-official": true,
    "bkit@bkit-marketplace": true,
    "data@knowledge-work-plugins": true,
    "code-review@claude-plugins-official": true
  },
  "teammateMode": "tmux"
}

3) tmux로 실행

(base) ~ JulieMoon$ tmux new -s agents
(base) ~ JulieMoon$ tmux ls
agents: 1 windows (created Fri Mar 27 13:55:05 2026) (attached)

실행 후 하나의 창이 보임

tmux 명령어

  • Ctrl + b & ? : 단축키 설명 (Ctrl+B하고 기다렸다가 "눌러야함.)
  • Ctrl + b & % : 좌우 분할
  • Ctrl + b & " : 위아래 분할
  • Ctrl + b & 방향키 : 다른 pane으로 이동
  • Ctrl + b & & : 해당 session Kill
  • $ tmux kill-session -t <session-name> : session Kill
  • $ tmux ls : tmux list
profile
Data Engineer

0개의 댓글