Register Device banner
initialneil initialneil

Register Device

Development community

Description

--- description: "Register a hardware flash target (USB/serial) with project-with-reflect" argument-hint: "<name>" --- Run the **register-device** action of the `project-with-reflect` skill with arguments: $ARGUMENTS Autodetect board + serial port, pick a toolchain (arduino-cli|platformio|esptool), derive the real flash/monitor commands, and capture the board's `docs_url` (datasheet/docs, for grounding), then run `scripts/register-device.sh`. Creates a **connection** (transport serial) under `c

Installation

Installs to ~/.claude/skills/initialneil-project-with-reflect-register-device/SKILL.md

Terminal
mkdir -p ~/.claude/skills/initialneil-project-with-reflect-register-device && curl -fsSL https://raw.githubusercontent.com/initialneil/project-with-reflect/HEAD/commands/register-device.md -o ~/.claude/skills/initialneil-project-with-reflect-register-device/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository