rust-ebpf
✓eBPF 与内核模块专家。处理 eBPF program, kernel module, map, tail call, perf event, 跟踪, 内核探针, 性能分析
Installation
SKILL.md
| 安全验证 | 编译时验证 | 需要手动审查 | | 稳定性 | 稳定的 API | API 可能变化 | | 性能 | 即时 JIT | 高但有风险 | | 崩溃风险 | 有限 | 可能崩溃内核 | | 语言支持 | C, Rust | C, Rust |
| Map 访问 | 批量读取,减少系统调用 | | 尾调用 | 控制链长度,避免过多跳转 | | 数据结构 | 使用数组而非哈希表 | | 锁竞争 | 使用 PerCPU map |
eBPF 与内核模块专家。处理 eBPF program, kernel module, map, tail call, perf event, 跟踪, 内核探针, 性能分析 Source: huiali/rust-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/huiali/rust-skills --skill rust-ebpf Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/huiali/rust-skills --skill rust-ebpf- Source
- huiali/rust-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is rust-ebpf?
eBPF 与内核模块专家。处理 eBPF program, kernel module, map, tail call, perf event, 跟踪, 内核探针, 性能分析 Source: huiali/rust-skills.
How do I install rust-ebpf?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/huiali/rust-skills --skill rust-ebpf Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/huiali/rust-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01