بنقرة واحدة
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 المهني
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
OpenBao/Vault credential seeding and management scripts
Comprehensive project health diagnostic — collects signals from CI tools, existing reports, deferred issues, and code markers into a prioritized finding report
Generate changelog entries and suggest semantic version bumps from git history
Readiness gate for sync-point operations — inspect validation, rework, and active-agent state before merge
| 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.
<skill-base-dir>/scripts/coordination_bridge.pyDetects 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