Add load skill
This commit is contained in:
9
.claude/skills/load.md
Normal file
9
.claude/skills/load.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
name: load
|
||||||
|
description: 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.
|
||||||
|
user_invocable: 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.
|
||||||
Reference in New Issue
Block a user