From arduino-cli
List connected Arduino boards and search for board support
How this command is triggered — by the user, by Claude, or both
Slash command
/arduino-cli:arduino-boards search-termThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
## Context
Board detection: !`bash ${CLAUDE_PLUGIN_ROOT}/scripts/list-boards.sh`
## Task
Show the user information about Arduino boards. The user provided: $ARGUMENTS
If $ARGUMENTS is empty:
- Present the board detection results above in a clear, formatted way.
- Highlight the FQBN and port for each detected board.
- Show which platform cores are installed.
If $ARGUMENTS contains a search term:
- Run `arduino-cli board listall $ARGUMENTS` to search for matching board definitions.
- Show matching board names and their FQBNs.
- Indicate which platform cores would need to be installed to ...Board detection: !bash ${CLAUDE_PLUGIN_ROOT}/scripts/list-boards.sh
Show the user information about Arduino boards. The user provided: $ARGUMENTS
If $ARGUMENTS is empty:
If $ARGUMENTS contains a search term:
arduino-cli board listall $ARGUMENTS to search for matching board definitions./arduino-build which auto-installs cores, or manual install with arduino-cli core install <core-id>.Present all information clearly. Highlight recommended next steps:
/arduino-new or /arduino-buildnpx claudepluginhub lookfwd/arduino-cli-claude-plugin --plugin arduino-cli/gf-boardsLists supported GateFlow FPGA boards or shows details (FPGA, clock, LEDs, buttons, connectors) and pinouts for a specific board and optional connector.
/all-toolsDisplays all available development tools with TypeScript function signatures and purposes in bullet-point format.
/architectProvides system design, architecture definition, review, and technical decision oversight for the specified request.
/patternsLists available patterns with details, searches by keyword with relevance scores, or shows full pattern content from the Pattern Reference Layer.
/devicesLists connected Android and iOS devices (physical, emulators, simulators) via MobAI API in a table with ID, name, platform, model, OS version, connection and bridge statuses.
/pcb-newStarts a new PCB project from a text description, sources LCSC parts, generates wired KiCad .kicad_pcb file, and hands off to EasyEDA for routing and JLCPCB ordering.