build-platformio
Installation
SKILL.md
构建 PlatformIO 工程
适用场景
Project Profile中标明build_system: platformio或工作区中存在platformio.ini。- 用户希望对 PlatformIO 工程执行编译、清理或上传固件。
- 烧录或调试流程需要新的
ELF、HEX或BIN。 - 需要在构建前确认 PlatformIO CLI 是否就绪。
必要输入
- 工作区路径(包含
platformio.ini),或一份已有的Project Profile。 - 可选的环境名称(environment)。