Files
picomap/.claude/skills/load.md
Ian Gulliver d2cd439796 Add load skill
2026-04-03 17:05:11 +09:00

467 B

name, description, user_invocable
name description user_invocable
load Build firmware, load it onto the Pico, and reboot. Use when the user says "load", "flash", "deploy", "push to pico", or after making changes to picomap.cpp or include/ headers that need testing on hardware. true

Run go run ./cmd/load/ from the project root. This builds the firmware, loads it onto the Pico, and reboots.

If cmake needs reconfiguring (e.g. after CMakeLists.txt changes), run cmake -B build first.