Agent skill · vasilyu1983

ai-coding-agents-remote-runtime

Designs remote execution and bridge runtimes for coding agents. Use when implementing remote sessions, local-UI remote-execution, reconnect logic, or permission bridging.

What it needs

About 11k tokens when loaded.

What this skill does

AI Coding Agents Remote Runtime Use this skill to design or review coding-agent runtimes where execution happens remotely but the user still interacts through a local CLI or terminal UI. This skill covers remote sessions, bridge transports, viewer-only clients, SSH-style local-UI remote-tool flows, and remote approval routing. ASCII Flow Quick Reference Question Read Outcome ---------- ------ --------- What should the remote runtime model look like? references/local-ui-remote-execution-model.md Local UI, remote agent loop, viewer modes, and mode boundaries How should bridge transport and approval work? references/bridge-transport-and-permission-bridging.md WebSocket control flow, permission bridging, reconnect, and message adaptation Which transport should I use (WebSocket vs SSE vs HTTP POST vs ACP stdio)? references/transport-selection.md Decision tree, criteria, hybrid patterns, and anti-patterns How do I build reconnect with sequence-number resume? references/recipe-reconnect-with-sequence.md Step-by-step resumable stream recipe with ring buffer and client reconnect loop How does OpenAI Codex structure app-server and remote-control daemon lifecycle? references/openai-codex-app-server-remote-control.md Daemon lifecycle, JSON control output, remote host bootstrap, long-running work How does OpenAI Codex keep app-server protocol clients in sync? references/openai-codex-app-server-protocol-codegen.md Schema-driven TypeScript/JSON artifacts, experimental filtering, fixture tests, and explicit update workflow How does codex mcp-server work and how does it differ from the app-server-daemon? references/openai-codex-as-mcp-server.md McpServer subcommand, codex-rs/mcp-server crate, approval bridging over MCP, contrast with HTTP daemon When To Use Design remote coding-agent sessions with a local CLI frontend Build bridge or direct-connect transport for a coding-agent runtime Add viewer-only remote session clients or assistant-style observers Route permission requests from …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills vasilyu1983/ai-coding-agents-remote-runtime

View the source on GitHub

Browse the @skills marketplace