esp32-arduino-development
Complete ESP32 firmware development workflow using Arduino CLI (no Arduino IDE required).
Use this skill whenever the user mentions ESP32, Arduino CLI, compiling or flashing
firmware, serial monitoring, partition schemes (including custom partitions.csv files),
arduino-esp32 core version management, or managing ESP32 projects from VS Code.
Also trigger on errors like "Board not found", "Failed to connect to ESP32",
"Timed out waiting for packet header", partition overflow, or when the user asks
to create, configure, compile, upload, monitor, or check for core updates on an
ESP32 project. Supports all ESP32 variants (ESP32, S2, S3, C3, C6, H2, etc.) and
pins the arduino-esp32 core version per project for reproducible builds. This skill
replaces the Arduino IDE entirely and drives arduino-cli directly, reading project
settings from a project.json file in each project.
2026-06-02