Net Event Bus

Use this skill when integrating the Net library (`@net-mesh/sdk`, Rust/Python `net-mesh-sdk` (imports as `net_sdk`), Go `net` binding, C `net.h`) — anything riding the Net mesh. Covers: **event bus** — publish/subscribe a channel, wire a producer/consumer/relay, or migrate from Kafka/NATS/Redis Streams/Pulsar/gRPC ('use Net for events', 'pub/sub with Net'). **nRPC** request/response — `serve_rpc`, `call_typed`, `TypedMeshRpc`, 'request/reply over the mesh'. **Persistence + folded state** — `RedexFile` durable append-only logs, RedEX, CortEX, NetDB adapters, and Dataforts ('greedy cache', 'data gravity', `BlobRef`, `WriteToken`, `wait_for_token`, read-your-writes). **Gang-claim scheduler** — atomically claim a contended exclusive resource (GPU island, accelerator slot, licensed seat) without double-booking across a partition: `publish_island_topology`, `match_islands`, `reserve_island`, `claim_island`; plus the task-lifecycle layer on top (`WorkflowAdapter`, 'task lifecycle', 'fan-out/fan-in shards', 'trigger

ai-2070 Updated

File contents

ai-2070/net-claude-skill/tree/main/net-event-bus commit 00a88a05d9

Frequently asked questions

npx skillmds@latest add ai-2070/net-event-bus