This generates production-ready Arduino code for UNO, ESP32, and RP2040 boards with proper non-blocking patterns, memory management, and hardware abstraction. It covers the tedious stuff: software debouncing, I2C scanning, sensor filtering, state machines, EEPROM wear leveling, and CSV logging. The skill includes nine working examples you can compile and nine pattern templates accessible through a CLI tool. Use it when you need correct embedded code fast instead of debugging millis() wraparound or fighting I2C pullup issues at 2am. The pattern docs are solid and the quality rules actually enforce things like avoiding String objects and checking SRAM usage, which matters on constrained hardware.
npx -y skills add wedsamuel1230/arduino-skills --skill arduino-code-generator --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
rohitg00/pro-workflow
supercent-io/skills-template