platformio
Installation
SKILL.md
PlatformIO Reference
Complete reference for PlatformIO embedded development.
1. Installation
# Install via pip
pip install platformio
# Or via installer script
curl -fsSL https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py -o get-platformio.py
python3 get-platformio.py
Related skills
More from o2scale/electronics-agent-kit
kicad-file-format
KiCad S-expression file format expertise. Complete reference for reading and writing .kicad_sch (schematic) and .kicad_pcb (PCB) files.
100kicad-cli
KiCad command-line interface expertise. Complete reference for schematic/PCB exports, DRC/ERC validation, manufacturing outputs, and automation.
71