agent-rally-point
仓库创建 2026年4月7日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
适合多代理协作场景下管理任务边界和交接
这个 Skill 做什么
在 build-loop 中协调代理的 Rally Point,用于接收或发送交接与反馈。
在 build-loop 里负责跟同伴代理协调“Rally Point”,用于查看收件箱、发布交接或回馈以及验证边界行为。适合多人协作、交接任务或需要把反馈推送到统一入口时用。它像个内嵌的小插件,保留逻辑、文档和测试,方便未来拆出来当独立服务。
▸ 展开 SKILL.md 英文原文
Use when coordinating build-loop with peer coding agents, checking Rally Point presence/inbox state, posting handoffs or feedback, validating the embedded Rally Point boundary, or changing the future agent-rally-point spin-out surface.
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/agent-rally-point/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/agent-rally-point/SKILL.md"SKILL.MD 节选查看完整文件 ↗
<!-- SPDX-FileCopyrightText: 2025-2026 Tyrone Ross, Jr <46267523+tyroneross@users.noreply.github.com> | SPDX-License-Identifier: Apache-2.0 -->
# Agent Rally Point
Build-loop ships a native embedded `agent-rally-point` capability while the
standalone repo matures. Treat it as a mini-plugin inside build-loop: keep the
substrate logic, docs, tests, and thin build-loop adapters grouped so spin-out
is mechanical later.
## Native Surface
| Purpose | Path |
|---|---|
| Substrate package | `${CLAUDE_PLUGIN_ROOT}/scripts/rally_point/` |
| Host-neutral CLI | `${CLAUDE_PLUGIN_ROOT}/scripts/agent_rally.py` |
| Slash command | `${CLAUDE_PLUGIN_ROOT}/commands/rally-point.md` |
| Hook adapters | `${CLvia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有