VladPatr96

Agent Teams — Development skill for Claude Code

Development community

Use when facing complex tasks needing parallel collaboration between multiple agents with shared state, coordination, and direct inter-agent communication.

How to install Agent Teams

Installs to ~/.claude/skills/vladpatr96-ctx-agent-teams/SKILL.md

Terminal
mkdir -p ~/.claude/skills/vladpatr96-ctx-agent-teams && curl -fsSL https://raw.githubusercontent.com/VladPatr96/ctx/HEAD/commands/agent-teams.md -o ~/.claude/skills/vladpatr96-ctx-agent-teams/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Agent Teams does


name: agent-teams description: Use when facing complex tasks needing parallel collaboration between multiple agents with shared state, coordination, and direct inter-agent communication. Triggers on "create team", "agent team", "team of agents"

Agent Teams

Coordinate multiple autonomous agents working on a shared task list with direct messaging.

**Core principle:** Teams for collaboration with shared state. Subagents for focused tasks returning results. Don't use teams when subagent

Alternatives in Development

  • Agent.System.Main.Communication — Communication 19k ★
  • Release Notes — Generate user-facing release notes from tickets or changelogs 7.8k ★
  • Codexmcp — Enable seamless collaboration between Claude Code and Codex, transforming from a single agent to multiple agen 2k ★

Full documentation available on GitHub

View Source Repository