Openbridge Build

Library reference for authoring new pool-based skills on top of openbridge. Use this when you're writing a producer that publishes work items into a named pool via `Bridge.ask()`. The pool can be served by any number of Claude-session workers in parallel; each ask() is an independent work item with its own scratch file, claimed atomically by one worker via Redis BRPOP. Not for operators driving an existing pool — for that, load `openbridge` instead.

michealkeines 37575da 15.5 KB Updated

File contents

michealkeines/OpenBridge/tree/main/skills/openbridge-build commit 37575dad97

Frequently asked questions

npx skillmds@latest add michealkeines/openbridge-build