skills/coordination-bridge/SKILL.md
HTTP fallback bridge for coordinator when MCP transport is unavailable
npx skillsauth add jankneumann/agentic-coding-tools coordination-bridgeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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
development
Open the artifacts relevant to a review (OpenSpec proposal, branch changes, or explicit paths) in VS Code, in a curated read-order, in the right worktree.
tools
Render and seed coordinator-owned task status block in OpenSpec tasks.md
testing
User-invocable skill that omits the tail block
tools
Missing several required keys