agent-team-guide

Guide Agent Team design with patterns for communication and task management.

1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/kozyszoo/antigravity-handson --skill agent-team-guide-kozyszoo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-team-guide
Source: https://github.com/kozyszoo/antigravity-handson/tree/main/.claude/skills/agent-team-guide
Command: npx skills add https://github.com/kozyszoo/antigravity-handson --skill agent-team-guide-kozyszoo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide and best practices for designing, building, and auditing Agent Teams, enabling developers to create more robust and efficient multi-agent systems.

Core Features & Use Cases

  • Team Skill Design Patterns: Learn from 7 successful team skills to structure your own.
  • Agent Communication Protocols: Understand SendMessage usage and efficiency rules.
  • Workflow Optimization: Implement 3-Phase workflows and context file persistence.
  • Use Case: A developer wants to build a new team skill for content generation. They can use this guide to understand the optimal directory structure, agent roles, communication patterns, and task management strategies to ensure the team functions effectively.

Quick Start

Use the agent-team-guide skill to learn how to design a new agent team skill.

Frequently Asked Questions about agent-team-guide

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

FAQPage Schema
What are the best practices for designing multi-agent systems?

Best practices for multi-agent systems include defining clear sub-agent roles, establishing strict communication protocols, and managing task dependencies. This guide structures these patterns using established 3-Phase workflows to ensure robust team coordination.

How do I structure an agent team skill for a new project?

To structure an agent team skill, implement an optimal directory structure, define specific agent roles, and establish communication patterns. You can use this guide to learn design patterns from seven successful team skills for your project.

How does agent communication work in multi-agent workflows?

Agent communication in multi-agent workflows operates through defined protocols using `SendMessage` and efficiency rules. This guide explains how to implement these patterns to ensure sub-agents exchange information effectively without bottlenecks.

Can I audit an existing agent team to improve its workflow efficiency?

Yes, you can audit existing agent teams to improve workflow efficiency. This guide provides design patterns for evaluating sub-agent definitions, communication protocols, and context file persistence to optimize current multi-agent setups.

What is a 3-Phase workflow in multi-agent systems?

A 3-Phase workflow in multi-agent systems is a structured process for managing task dependencies and context file persistence. This guide teaches you how to implement it to optimize team coordination and overall execution efficiency.

When should I use context file persistence in agent teams?

Context file persistence in agent teams should be used when managing complex task dependencies across multiple sub-agents. This guide covers how to design and implement persistence to maintain state and ensure robust workflow execution.