Fix skill format: directory with SKILL.md

This commit is contained in:
Ian Gulliver
2026-04-03 17:09:19 +09:00
parent d2cd439796
commit d06d8b595e

View File

@@ -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.