home/categories/debugging/cassamajor-xcnf-claude-skills-ebpf-map-handler-skill-md
debuggingtools

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.

cassamajor
maintainer
cassamajor
Updated 11/24/2025
Stars
1
Forks
0
quick start

Installation and usage

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.

Installation
$ install --globalskills.sh
Usage

Once installed, you can use this skill by running the following command in your terminal:

skills use ebpf-map-handler