ebpf-skill
eBPF program selection, map design, and verifier debugging
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install ebpf-skill?โผ
Run `npx skills add h0x0er/ebpf-skill --all -g -y` in your terminal to install this skill globally.
How to choose the right eBPF program type?โผ
The skill matches your goal, such as tracing, packet processing, or cgroup policy, to the narrowest suitable hook like tracepoint, kprobe, XDP, or tc, and notes kernel version requirements.
How to fix eBPF verifier failures?โผ
It walks you through register-state reasoning, pointer bounds checks, and loop constraints, and explains your actual verifier log instead of giving generic advice.
Which eBPF map type should I use?โผ
The skill recommends the simplest map for your access pattern, such as RINGBUF for events, HASH for key-value state, or LPM_TRIE for CIDR matching, with working code examples.
Does ebpf-skill work with Claude Code and other agents?โผ
Yes. It follows the standard SKILL.md format and works with any agent that supports skill injection, loading reference files on demand.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core