wifi-sta-setup
Installation
SKILL.md
Task
Bring an ESP-IDF project's WiFi STA setup into line with the monorepo canonical pattern, or audit it without modifying anything.
Invocation:
audit <project-path>— read-only drift report against canonical.apply <project-path>— migrate source + sdkconfig to canonical.
<project-path> is relative to repo root, typically
packages/<domain>/<project-name>.
The canonical source of truth is
packages/robocar/unified/main/wifi_manager.c (identical to
packages/robocar/camera/main/wifi_manager.c). That project
runs reliably on XIAO ESP32-S3 Sense in the same environment as every other
WiFi project in this monorepo, so its configuration is the reference.