cross-squad
仓库创建 2026年4月15日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
适合多团队协作场景,规范化跨仓库任务交接流程。
这个 Skill 做什么
帮助代理在多个 Squad 实例间发现、共享上下文并无紧耦合地交接工作。
解决不同 Squad(比如 platform、frontend、data)之间如何发现彼此、共享上下文和无强耦合地交接工作的需要,帮代理找到需要别人参与的任务并传递必要信息。适用于跨团队协作、需要把工作拆到其他代码库或团队时,减少重复沟通和误解。特点是提供不强绑定的发现与交接流程,避免造成高度耦合的依赖网。
▸ 展开 SKILL.md 英文原文
Coordinating work across multiple Squad instances
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Codebrew-company/CodebrewRouter/master/.copilot/skills/cross-squad/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Codebrew-company/CodebrewRouter/master/.copilot/skills/cross-squad/SKILL.md"SKILL.MD 节选查看完整文件 ↗
## Context When an organization runs multiple Squad instances (e.g., platform-squad, frontend-squad, data-squad), those squads need to discover each other, share context, and hand off work across repository boundaries. This skill teaches agents how to coordinate across squads without creating tight coupling. Cross-squad orchestration applies when: - A task requires capabilities owned by another squad - An architectural decision affects multiple squads - A feature spans multiple repositories with different squads - A squad needs to request infrastructure, tooling, or support from another squad ## Patterns ### Discovery via Manifest Each squad publishes a `.squad/manifest.json` declaring it
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有