agent-collaboration
仓库创建 2026年4月15日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
集中化协作模式降低冗余并提升一致性与维护效率。
这个 Skill 做什么
统一定义跨小队代理的协作、决策记录与通信模式以减少重复。
帮你统一跨小队代理之间的协作规则和沟通流程,搞清谁看哪个 worktree、怎么记录 decisions.md 里的决策、代理之间怎么互发信息。需要协调多代理、避免重复上下文或复现决策历史时用。特别之处是把原本写到每个 charter 的重复说明集中化,减少冗余且由协调者强制读取历史。
▸ 展开 SKILL.md 英文原文
Standard collaboration patterns for all squad agents — worktree awareness, decisions, cross-agent communication
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Codebrew-company/CodebrewRouter/master/.copilot/skills/agent-collaboration/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Codebrew-company/CodebrewRouter/master/.copilot/skills/agent-collaboration/SKILL.md"SKILL.MD 节选查看完整文件 ↗
## 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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有