一键导入
coordination-bridge
HTTP fallback bridge for coordinator when MCP transport is unavailable
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
HTTP fallback bridge for coordinator when MCP transport is unavailable
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate throughput and quality reports from coordinator audit data and episodic memory
Execute roadmap items iteratively with policy-aware vendor routing and learning feedback
Orchestrate the full plan-review-implement-validate-PR lifecycle with multi-vendor review convergence
Merge approved PR, migrate open tasks, archive OpenSpec proposal, and cleanup branches
Ingest raw session transcripts from coding-agent harnesses via vendor-specific adapters, normalize to a common event schema, triage for struggle signals, and write structured findings to episodic memory
Analyze capability-gap failure patterns from episodic memory and generate improvement reports with OpenSpec proposal stubs
| name | coordination-bridge |
| description | HTTP fallback bridge for coordinator when MCP transport is unavailable |
| category | Infrastructure |
| tags | ["coordination","bridge","http","infrastructure"] |
| user_invocable | false |
Non-user-invocable infrastructure skill that provides HTTP fallback for the coordinator when MCP transport is unavailable.
Detects coordinator availability and provides HTTP-based fallback operations.
Usage:
python3 "<skill-base-dir>/scripts/coordination_bridge.py" <command> [args]
Commands:
| Command | Arguments | Description |
|---|---|---|
detect | Check coordinator availability, output JSON status | |
try_handoff_read | [--agent-name NAME] [--limit N] | Read latest handoff (HTTP fallback) |
try_handoff_write | --summary TEXT [--completed JSON] [--next-steps JSON] | Write handoff document |
try_recall | [--tags TAG,...] [--limit N] | Recall memories by tags |
try_remember | --event-type TYPE --summary TEXT [--tags TAG,...] | Store a memory |
Stdout (detect): JSON with COORDINATOR_AVAILABLE, transport, capabilities
Exit codes: 0 = success, 1 = coordinator unavailable or error