ebpf-map-handler

Create eBPF maps (hash, array, ringbuf, LRU, per-CPU) with corresponding Go userspace code for reading and writing data between kernel and userspace. Includes map definitions, update/lookup operations, and event handling. Use when implementing state management or kernel-userspace communication in CNFs.

$ インストール

git clone https://github.com/cassamajor/xcnf /tmp/xcnf && cp -r /tmp/xcnf/.claude/skills/ebpf-map-handler ~/.claude/skills/xcnf

// tip: Run this command in your terminal to install the skill