remote-offload
SolidUse when local resource pressure would shrink or coordinator-direct a wave, a wave plan carries heavy build/test/audit roles (test, ui, perf), or the operator says offload, remote host, or auslagern — reference for routing that wave role to a declared SSH-reachable host instead of reducing agent count
Install
Quality Score: 82/100
Skill Content
Details
- Author
- Kanevry
- Repository
- Kanevry/session-orchestrator
- Created
- 5 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
remote-agents
Runs a long or expensive coding-agent task headlessly on a remote SSH host (e.g. claude -p or codex exec) instead of the local machine, so the job survives disconnects and doesn't block the local machine while it runs. Tracks job state as files on the remote host, polls status, and pulls results back once done. Use when a task will run long, needs to keep going after closing the laptop, or should run somewhere other than the current machine.
remote-coding-agent-operations
Control a coding agent on a remote Linux host over raw SSH/tmux when high-level MCP is unavailable, or when the user explicitly asks for manual session launch, prompt submission, environment diagnosis, or remote verification.
local-agents
Use when the user wants to offload Claude Code work to a LOCAL MLX model to save cost — PRIMARILY dispatching a delegatable sub-task from their normal cloud session (Opus/Sonnet), and secondarily running a full local session. Triggers: "dispatch this to a local model", "offload this locally to save cost", "run this on qwen locally", "start a local session / local mode", "run the local model tournament", or working offline. Explains how to drive the local-agents overlay: dispatch focused prompts (main use), launch a full local session (niche), and run the diagnostic harnesses. Do NOT use for ordinary cloud work that isn't being offloaded.