Skip to content

Commit ff04562

Browse files
committed
fix(skill): add_sensor_component_v1 => add-sensor-component-v1
1 parent bf04c09 commit ff04562

File tree

1 file changed

+3
-3
lines changed
  • .agents/skills/add-sensor-component-v1

1 file changed

+3
-3
lines changed

.agents/skills/add-sensor-component-v1/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: add_sensor_component_v1
2+
name: add-sensor-component-v1
33
description: >
44
Guides adding a new I2C sensor component to Adafruit IO WipperSnapper v1 firmware and the
55
Wippersnapper_Components definition repo. Use this skill whenever the user wants to add a new
@@ -39,7 +39,7 @@ Wippersnapper_Components repo setup, image requirements, and testing in Adafruit
3939

4040
## Arguments
4141

42-
This skill accepts a sensor name as its argument (e.g. `/add_sensor_component_v1 TMP119`).
42+
This skill accepts a sensor name as its argument (e.g. `/add-sensor-component-v1 TMP119`).
4343

4444
## Environment Check (optional, do not block on this)
4545

@@ -76,7 +76,7 @@ PRs to both repos run CI. Key checks to pass before submitting:
7676

7777
---
7878

79-
## Step 0 — Research the Sensor
79+
## Step 0 — Research the Sensor **MUST BE DONE BEFORE WRITING ANY CODE**
8080

8181
Before writing any code, gather this information:
8282

0 commit comments

Comments
 (0)