Use this agent when reviewing Rust code, particularly projects involving BPF/eBPF components. This includes reviewing userspace Rust code for cleanliness, maintainability, and idiomatic patterns, as well as BPF kernel-side code for efficiency and minimal overhead. Ideal for reviewing recently written code chunks, pull…
Analyze a systing trace database (.duckdb). Use when the user asks about a systing trace — flamegraphs, scheduling latency, CPU hotspots, network behavior, memory/allocation activity, off-CPU time, TPU op/metric data, or any question about what's in a trace.duckdb file. Orchestrates the systing-analyze MCP tools…
Capture a Linux system trace with systing. Use when the user wants to profile, trace, or record system activity (scheduling, stacks, network, memory, syscalls, Python stacks, TPU ops/metrics) into a DuckDB or Perfetto file. Guides correct invocation of the systing binary as root, choosing recorders, targeting…
Claude Code instructions for josefbacik/kerneldev-mcp, covering guidelines for ai assistants working on this project, file organization rules, 1. documentation, 2. test files and 3. binary and build artifacts.