Scaffold a reference HTTP control-channel gateway (sample shell clients + bun TUI) into <project>/control/, OR print the control-channel protocol docs. Reference example based on the dirty-claude project (Phase 1 patched binary exposes HTTP+SSE server on 127.0.0.1:$DC_PORT inside the running Claude). NOT a generic abstraction — adapt to your own transport (WebSocket / ZMQ / named pipes) if needed.
$npx -y skills add aiocean/claude-plugins --skill aio-patch-controlInstalls into the current project.
Run `npx skills use "https://github.com/aiocean/claude-plugins" --skill "aiocean/claude-plugins/aio-patch-control"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/aiocean/claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/aiocean/claude-plugins"` and select the relevant skills, then follow their instructions.