distributed-mesh

仓库创建 2026年4月15日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由

明确产物(mesh.json 与同步脚本),便于在异地 Squad 间建立同步机制。

▸ 风险提示

包含 shell/PowerShell 同步脚本,执行前需审查脚本内容

这个 Skill 做什么

用 git 作为传输层,生成 mesh.json 并提供同步脚本以协调多机 Squad。

以 Git 作为传输层,根据你对 zones 和 squads 的回答生成 mesh.json,并把 sync-mesh.sh / sync-mesh.ps1 放到项目根,帮助多机 Squad 协同同步内容。适用于需要在不同机器或团队间通过 Git 保持配置或数据一致的场景。此技能只产出指定的 mesh.json 和同步脚本,按示例模板严格生成,便于脚本化运维与协调。

▸ 展开 SKILL.md 英文原文

How to coordinate with squads on different machines using git as transport

自动化集成分布式同步git 传输mesh 配置通用
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Codebrew-company/CodebrewRouter/master/.copilot/skills/distributed-mesh/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Codebrew-company/CodebrewRouter/master/.copilot/skills/distributed-mesh/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
## SCOPE

**✅ THIS SKILL PRODUCES (exactly these, nothing more):**

1. **`mesh.json`** — Generated from user answers about zones and squads (which squads participate, what zone each is in, paths/URLs for each), using `mesh.json.example` in this skill's directory as the schema template
2. **`sync-mesh.sh` and `sync-mesh.ps1`** — Copied from this skill's directory into the project root (these are bundled resources, NOT generated code)
3. **Zone 2 state repo initialization** (if applicable) — If the user specified a Zone 2 shared state repo, run `sync-mesh.sh --init` to scaffold the state repo structure
4. **A decision entry** in `.squad/decisions/inbox/` documenting the mesh configuration for 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有