From d2cd439796aee1979ba5ae1a96030025900d14b3 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Fri, 3 Apr 2026 17:05:11 +0900 Subject: [PATCH] Add load skill --- .claude/skills/load.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .claude/skills/load.md diff --git a/.claude/skills/load.md b/.claude/skills/load.md new file mode 100644 index 0000000..1c6c65b --- /dev/null +++ b/.claude/skills/load.md @@ -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.