Use this skill when adding or refactoring relay/control-plane behavior, bridge-managed RPCs, or desktop-agent forwarding behavior in the standalone remote stack.
Install
mkdir -p .claude/skills/bridge-handler-task && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15457" && unzip -o skill.zip -d .claude/skills/bridge-handler-task && rm skill.zipInstalls to .claude/skills/bridge-handler-task
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use this skill when adding or refactoring relay/control-plane behavior, bridge-managed RPCs, or desktop-agent forwarding behavior in the standalone remote stack.161 chars · catalog description✓ has a “when” trigger
About this skill
Bridge Handler Task
Use this skill when adding or refactoring relay/control-plane behavior, bridge-managed RPCs, or desktop-agent forwarding behavior in the standalone remote stack.
Goal
Implement backend/runtime changes without destabilizing the browser contract or the bridge session lifecycle.
Workflow
- Read
.codex/rules/bridge-and-relay.md. - Confirm whether the change belongs in the control-plane, bridge, or desktop relay agent.
- Preserve
/api/mobile/*and/v1/sessions/*compatibility unless the task explicitly changes them. - Normalize structured errors instead of leaking raw process failures where possible.
- Keep desktop-side assumptions clear: bridge is local, relay agent connects out, control-plane routes requests.