One-click install
npx skills add https://github.com/snow-jallen/HomeSpeaker --skill agent-collaboration-snow-jallen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-collaboration
Source: https://github.com/snow-jallen/HomeSpeaker/tree/main/.copilot/skills/agent-collaboration
Command: npx skills add https://github.com/snow-jallen/HomeSpeaker --skill agent-collaboration-snow-jallen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Standardizing collaboration patterns across all squad agents to reduce miscommunication, ensure consistent decision logging, and improve cross-agent coordination.

Core Features & Use Cases

  • Worktree awareness: agents align on the TEAM ROOT and use the defined paths to stay in sync.
  • Decision recording: after a decision, write to .squad/decisions/inbox/{your-name}-{brief-slug}.md with a standard format.
  • Cross-agent communication: communicate needs or input through the coordinator to bring in teammates when necessary.

Quick Start

Give the coordinator a directive to adopt the standard collaboration pattern across the squad.

Frequently Asked Questions about agent-collaboration

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

FAQPage Schema
How do I coordinate multiple AI agents working in the same codebase?

You can coordinate multiple AI agents by applying standardized squad collaboration patterns that enforce worktree awareness, ensuring all agents align on a shared team root directory and maintain file path synchronization. This prevents overlapping edits and miscommunication.

What is the best way to record decisions made by autonomous software agents?

Recording autonomous agent decisions is best handled via an inbox-based pattern where agents write markdown files to a designated `.squad/decisions/inbox/` directory using a standard format. This logs decisions consistently for later review and team visibility.

How do I prevent prompt injection or data leakage in multi-agent development?

To prevent prompt injection or data leakage in multi-agent development, you can apply built-in safety guardrails within your collaboration patterns. These guardrails secure cross-agent communication and isolate context provisioning during agent spawning.

Can I use a coordinator to manage cross-agent communication for task escalation?

Yes, you can use a coordinator to manage cross-agent communication and task escalation. The coordinator receives directives, provisions context at spawn-time, and brings in teammates when input from other agents is required.

Does multi-agent workflow automation require dependencies to set up squad agents?

No, setting up squad agents with this collaboration pattern requires zero external dependencies. You just need to give the coordinator a directive to adopt the standard collaboration pattern across the squad to begin automation.