esp-idf-setup
Installation
SKILL.md
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 (
setup) - Needs to create a new ESP32 project (
new <name> <platform>) - Wants to verify the development environment (
check) - Wants to configure CMakeLists.txt or component dependencies
- Needs help with sdkconfig or menuconfig
- Wants to add a project to the monorepo
Based on $ARGUMENTS:
- Empty or
setup→ Environment setup new <name> <platform>→ Create new projectcheck→ Verify environment
Environment Setup (Docker-Based)
Related skills
More from laurigates/mcu-tinkering-lab
esp32-debugging
Debug ESP32 firmware issues including compilation errors, runtime panics, memory issues, and communication failures
128embedded-best-practices
Embedded systems development best practices for ESP32, FreeRTOS, and ESP-IDF. Use when writing firmware code, reviewing implementations, or learning about embedded patterns.
54dual-controller-sync
Debug and synchronize communication between the robocar main controller (Heltec WiFi LoRa 32) and camera module (ESP32-CAM)
20safe-build-operations
Safely execute build, flash, and monitor operations for ESP32/MCU projects. Prevents dangerous operations and validates commands before execution.
19