0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Claude Code】Agent Teamsの使用方法とWSLで各エージェントの作業内容を分割して表示させる方法

0
Last updated at Posted at 2026-06-28

Agent Teamsの導入手順

  1. setting.jsonに以下を追加する
    "env": {
        "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
    },
    
  2. Claude Codeへ向けたプロンプトに「Create Agent Teams」や「エージェントチームを作成して進行してください」を含める

WSLで各エージェントの作業内容を分割して表示させるための導入手順

  1. setting.jsonに以下を追加する
    • "teammateMode": "auto",
  2. WSLを開く
  3. sudo apt install -y tmuxコマンドを実行
  4. tumxコマンドを実行
  5. claudeコマンドを実行
  6. エージェントチームを作成する旨のプロンプトを実行する
  7. 各エージェントの作業状況が画面に分割して表示される
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?