ESP-IDF Project Setup Guide When to Use This Skill Apply this skill when the user: - Wants to set up the build environment for the first time ( ) - Needs to create a new ESP32 project ( ) - Wants to verify the development environment ( ) - Wants to configure CMakeLists.txt or component dependencies - Needs help with sdkconfig or menuconfig - Wants to add a project to the monorepo Based on : - Empty or → Environment setup - → Create new project - → Verify environment Environment Setup (Docker-Based) All ESP-IDF builds run inside Docker containers. No local ESP-IDF installation needed. Quick Se…