Use this skill when the user wants to compile Arduino sketches, manage boards, or work with Arduino hardware from the command line.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-20b3e903)More formats (shields.io, HTML) on the badges page.
---
name: arduino-cli
description: Use this skill when the user wants to compile Arduino sketches, manage boards, or work with Arduino hardware from the command line.
---
# arduino-cli Plugin
Arduino command line interface. Compile, upload, and manage Arduino sketches, boards, and libraries from the command line.
## Commands
### Sketch Compilation
- `arduino-cli sketch compile` — Compile an Arduino sketch
### Board Management
- `arduino-cli board list` — List connected boards
### Utility
- `arduino-cli _ _` — Passthrough to arduino-cli
## Usage Examples
- "Compile Arduino sketch"
- "List Arduino boards"
- "Upload to Arduino"
- "Manage Arduino hardware"
## Installation
```bash
brew install arduino-cli
```
## Examples
```bash
# Compile sketch
arduino-cli sketch compile ./MySketch --fqbn arduino:avr:uno
# List boards
arduino-cli board list
# With timeout
arduino-cli board list --timeout 10
# Any arduino-cli command with passthrough
arduino-cli _ _ compile ./MySketch
duino-cli _ _ upload ./MySketch --port /dev/ttyACM0
```
## Key Features
- **Compile** - Sketch compilation
- **Upload** - Upload to boards
- **Boards** - Board management
- **Libraries** - Library management
- **Cores** - Core management
- **FQBN** - Board name support
- **Serial** - Serial monitoring
- **CLI** - Full CLI interface
- **Cross-platform** - Linux, macOS, Windows
- **Embedded** - IoT development
## Notes
- Requires Arduino board
- Supports all compatible boards
- Great for CI/CD builds
- Perfect for automation
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!