A Claude Code Skill system for embedded Wi-Fi protocol engineering.
The master Skill wifi-protocol-engineer-agent routes a task to specialized
domain Skills. Skills are intentionally small; details belong in references.
- Wi-Fi core
- IEEE 802.11
- hostapd
- wpa_supplicant
- nl80211
- cfg80211
- mac80211
- OpenWrt
- EasyMesh
- IEEE 1905
- Wi-Fi roaming
- Wi-Fi security
- Wi-Fi 6/6E
- Wi-Fi 7
- MLO
- Spatial Reuse
- Wi-Fi debugging
./install.shOr:
./install.sh ~/.claude/skillsThen launch Claude Code from the source repository being analyzed.
Use the Wi-Fi Protocol Engineer Agent.
Trace how 802.11k Neighbor Report is handled in this source tree.
Use hostapd and ieee80211. Inspect actual source code and produce
an exact file/function/caller/callee call graph.
Do not invent anything that cannot be verified.
The Agent is evidence-driven: source code > packet capture > kernel/driver/firmware trace > logs > configuration/counters > documentation > memory.
Every conclusion must be labeled by confidence and evidence.