Resources
4Install
npx skillscat add wedsamuel1230/arduino-skills/skills-arduino-cli-skill Install via the SkillsCat registry.
SKILL.md
Arduino CLI Usage Skill
Purpose: Provide cross-platform arduino-cli commands and guidance for serial port detection, library and board discovery, compilation, and upload workflows.
Contents:
references/— detailed command references and OS-specific serial detectionexamples/— runnable example workflows (command sequences)rules/— best practices and common pitfalls
Quick start:
- Use
arduino-cliwith--format jsonfor machine-readable output when scripting. - Prefer platform-specific serial detection commands before attempting uploads.
See references/commands.md and references/serial-ports.md for detailed examples.