agent-rally-watcher

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

便于多代理系统中自动响应状态变更

这个 Skill 做什么

监听 Rally Point 状态变化并触发相应的协作或调试行为。

持续监听 Rally Point 的状态变化,自动触发协作动作或把异常交给调试流程,方便多人协同与问题排查。适合在需要监控协调节点、调试 watch-loop 行为或扩展 watcher 功能时使用。它是 build-loop 内嵌的轻量 watcher 插件,便于和现有系统兼容对接。

▸ 展开 SKILL.md 英文原文

Use when listening for Rally Point changes, wiring coordination watchers, debugging watch-loop behavior, or changing the future agent-rally-watcher spin-out surface.

自动化集成监听协同监视器Codex
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/agent-rally-watcher/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/agent-rally-watcher/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 Watcher

Build-loop ships a native embedded `agent-rally-watcher` capability while the
standalone watcher repo matures. Treat it as a mini-plugin inside build-loop:
watcher behavior lives in one namespace, and build-loop keeps compatibility
entrypoints thin.

## Native Surface

| Purpose | Path |
|---|---|
| Watcher package | `${CLAUDE_PLUGIN_ROOT}/scripts/agent_rally_watcher/` |
| Compatibility CLI | `${CLAUDE_PLUGIN_ROOT}/scripts/coordination_watch.py` |
| Status dependency | `${CLAUDE_PLUGIN_ROOT}/scripts/coordination_status.py` |
|
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有