agent-collaboration Skill
Standard collaboration patterns for all squad agents — worktree awareness, decisions, cross-agent communication Published by microsoft in frontier-agentic-devops-rvas.
What is agent-collaboration Skill?
Standard collaboration patterns for all squad agents — worktree awareness, decisions, cross-agent communication Published by microsoft in frontier-agentic-devops-rvas. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Writing
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use agent-collaboration Skill
- Use it for writing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/frontier-agentic-devops-rvas
- Skill file: .copilot/skills/agent-collaboration/SKILL.md
What it does
Standard collaboration patterns for all squad agents — worktree awareness, decisions, cross-agent communication
Skill instructions
Context Every agent on the team follows identical collaboration patterns for worktree awareness, decision recording, and cross-agent communication. These were previously duplicated in every charter's Collaboration section (~300 bytes × 18 agents = ~5.4KB of redundant context). Now centralized here. The coordinator's spawn prompt already instructs agents to read decisions.md and their history.md. This skill adds the patterns for WRITING decisions and requesting help. Patterns Worktree Awareness Use the TEAM ROOT path provided in your spawn prompt. All .squad/ paths are relative to this root. If TEAM ROOT is not provided (rare), run git rev-parse --show-toplevel as fallback. Never assume CWD is the repo root. Decision Recording After making a decision that affects other team members, write it to: .squad/decisions/inbox/{your-name}-{brief-slug}.md Format: {date}: {decision title} By: {Your Name} What: {the decision} Why: {rationale} Cross-Agent Communication If you need another team membe
Explore related resources
Frequently asked questions
What is agent-collaboration?
agent-collaboration is a open-source AI agent skill with Copy skill directory. Standard collaboration patterns for all squad agents — worktree awareness, decisions, cross-agent communication
Who is agent-collaboration best for?
agent-collaboration is best for reusing agent instructions, scripts, and references, writing workflows.
How do I install agent-collaboration?
Install or run agent-collaboration using Copy skill directory. Check agent-collaboration for the latest setup command.
Is agent-collaboration actively maintained?
agent-collaboration may need a closer maintenance check before production use.
Auto-fetched from GitHub.