vscode-agent-teams

Enable agent teams to execute tools via JSON action requests in VS Code.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/RandyHaylor/enhanceclaude --skill vscode-agent-teams
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vscode-agent-teams
Source: https://github.com/RandyHaylor/enhanceclaude/tree/main/ai-tools/vscode-agent-teams
Command: npx skills add https://github.com/RandyHaylor/enhanceclaude --skill vscode-agent-teams

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a workaround for a limitation in the VS Code Claude extension where agents created with TeamCreate cannot execute tools, allowing for multi-agent collaboration within VS Code.

Core Features & Use Cases

  • Echo-Back Pattern: Agents return JSON action requests instead of executing tools directly, which are then executed by the team lead.
  • Relay Pattern: Enables agents to communicate with each other through the team lead.
  • Use Case: Set up a team of agents in VS Code to collaboratively write and test code, where one agent plans the steps, another writes the code, and a third tests it, all coordinated through the echo-back mechanism.

Quick Start

Set up an echo-back agent team in VS Code to work around the issue where TeamCreate agents cannot execute tools.

Frequently Asked Questions about vscode-agent-teams

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

FAQPage Schema
Why cannot VS Code TeamCreate agents execute tools directly?

VS Code TeamCreate agents cannot execute tools directly due to a limitation in the VS Code Claude extension. This Skill works around it using an echo-back-and-resume pattern where agents return JSON action requests for the team lead to execute.

How do I set up multi-agent collaboration in VS Code with the echo-back pattern?

To set up multi-agent collaboration in VS Code, configure agents to return JSON action requests instead of executing tools directly. The lead agent executes these requests and resumes the workflow, enabling coordinated multi-step task execution.

Can agents created with TeamCreate communicate with each other in VS Code?

Yes, agents created with TeamCreate can communicate with each other in VS Code using a relay pattern. The team lead acts as a relay to pass messages between agents, and also supports broadcast messaging for collaborative workflows.

What is the best way to coordinate a multi-agent team for coding tasks in VS Code?

The best way to coordinate a multi-agent coding team in VS Code is using the echo-back mechanism. One agent plans steps, another writes code, and a third tests it, with all tool execution requests relayed through the team lead as JSON actions.

Does the echo-back workaround support multi-step tool execution for agent teams?

Yes, the echo-back workaround supports multi-step tool execution for agent teams. Agents generate JSON action requests sequentially, allowing the team lead to execute tools across multiple steps and resume the collaborative workflow.

What are the limitations of using echo-back for VS Code agent teams?

The primary limitation is that TeamCreate agents cannot execute tools independently within the VS Code extension. The echo-back pattern requires all tool execution and peer communication to route through the team lead, adding coordination overhead to collaborative workflows.