From d06d8b595e5dd01864e0b0d1885fb1a2f60d55b2 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Fri, 3 Apr 2026 17:09:19 +0900 Subject: [PATCH] Fix skill format: directory with SKILL.md --- .claude/skills/{load.md => load/SKILL.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .claude/skills/{load.md => load/SKILL.md} (95%) diff --git a/.claude/skills/load.md b/.claude/skills/load/SKILL.md similarity index 95% rename from .claude/skills/load.md rename to .claude/skills/load/SKILL.md index 1c6c65b..9033c8f 100644 --- a/.claude/skills/load.md +++ b/.claude/skills/load/SKILL.md @@ -1,7 +1,7 @@ --- 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 +user-invocable: true --- Run `go run ./cmd/load/` from the project root. This builds the firmware, loads it onto the Pico, and reboots.