🖧
DevOpsJavaScript

AF XDP

by mohitmishra786

AF XDP is a DevOps skill for Claude Code, published by mohitmishra786 in low-level-dev-skills.

194 stars27 forkson mohitmishra786/low-level-dev-skillsAdded 2026/09/05+1% in starsRepository updated 2026/06/27
ai-agent-skillsbuild-systemsc-cpp-toolchaincompilerscross-compilationdebuggersembeddedlow-level-programminglow-level-programming-languageprofilersrustrust-langsystems-programmingzig
Install in seconds
Install AF XDP
Copy AF XDP into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/mohitmishra786/low-level-dev-skills/tree/main/skills/async-io/af-xdp ~/.claude/skills/af-xdp

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/mohitmishra786/low-level-dev-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/async-io/af-xdp/SKILL.md in mohitmishra786/low-level-dev-skills
Installs to
~/.claude/skills/af-xdp
Collection
One of 25 skills cataloged from this repository
Category
DevOps973 skills

What AF XDP does

AF XDP guides setup of userspace packet I/O with UMEM, XSK rings, and XDP_REDIRECT programs. Use it when building fast network datapaths, choosing copy versus zero-copy mode, or comparing AF XDP with DPDK.

AF XDP is cataloged under DevOps on DirSkills. AF XDP comes from a repository tagged ai-agent-skills, build-systems, c-cpp-toolchain, compilers and cross-compilation.

Documentation

README

AF_XDP

Purpose

Guide agents through AF_XDP sockets for high-performance packet I/O: socket creation, UMEM setup, fill/completion/RX/TX rings, XDP programs with XDP_REDIRECT to XSK, copy vs zero-copy modes, libbpf helpers, performance comparison with DPDK, and production use cases.

When to Use

  • Building a userspace packet processor with lower overhead than raw sockets
  • Redirecting XDP-filtered traffic to userspace without DPDK complexity
  • Implementing a custom load balancer or IDS dataplane
  • Comparing zero-copy vs copy mode on your NIC/driver
  • Integrating with existing libbpf/XDP infrastructure
  • Need kernel cooperation (firewall rules) plus userspace processing

Workflow

1. Architecture overview

This is the opening of the README. Read the full README on GitHub.

Frequently asked about AF XDP

  • What else does mohitmishra786 publish alongside AF XDP?

    AF XDP is one of 25 skills that DirSkills catalogs from mohitmishra786/low-level-dev-skills, the repository it ships in. Its siblings there include ADC And DAC Bare Metal, Bare-Metal Startup and Bazel. Each one is a separate skill with its own page in this directory, installs the same way AF XDP does, and is maintained by mohitmishra786 in that same repository. The rest of the collection is listed on the mohitmishra786/low-level-dev-skills page.

  • How does AF XDP compare to other DevOps skills?

    AF XDP ranks #885 by stars among the 973 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of AF XDP against them. Open each page to compare what they document and how they install.

More from mohitmishra786/low-level-dev-skills

AF XDP is one of 25 skills cataloged on DirSkills from mohitmishra786/low-level-dev-skills.

See all 25 skills
46m ago

ADC And DAC Bare Metal

ADC And DAC Bare Metal configures ADC sampling, calibration, DMA circular buffers, and DAC output on microcontrollers. Use it for reading analog sensors, continuous sampling, or generating analog voltages.
DevOps
19427
⚙️
46m ago

Bare-Metal Startup

Bare-Metal Startup guides reset-to-main bring-up for embedded targets. Use it for vector tables, .data/.bss initialization, stack setup, VTOR relocation, and crt0 startup code on Cortex-M or RISC-V.
DevOps
19427
🛠️
46m ago

Bazel

Bazel guides C/C++ build setup with BUILD files, cc_library and cc_binary rules, Bzlmod dependencies, toolchains, queries, remote execution, and sandbox debugging. Use it when creating or troubleshooting Bazel builds.
DevOps
19427
⚙️
46m ago

Build Acceleration

Build Acceleration helps reduce C/C++ compile and link times using ccache, sccache, distcc, unity builds, precompiled headers, split DWARF, and IWYU. Use it when builds are slow or you need to find the main bottleneck.
DevOps
19427
🧠
46m ago

Custom Allocators

Custom Allocators guides allocator design and tuning for pool, slab, arena, and general-purpose memory management. Use it when implementing custom allocators, adjusting jemalloc or mimalloc, or benchmarking fragmentation and throughput.
DevOps
19427
🔁
46m ago

DMA Bare Metal

DMA Bare Metal configures DMA channels and streams for memory-to-peripheral or peripheral-to-memory transfers. Use it for circular buffers, double buffering, transfer-complete interrupts, and Cortex-M cache coherency issues.
DevOps
19427