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