Skip to content

Commit 30f4084

Browse files
committed
fix(skill): add inputs - Ensure product page is visited
1 parent 69c6c23 commit 30f4084

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,15 @@ The official Adafruit guide for this process:
3434
- Human-readable (single page): https://learn.adafruit.com/how-to-add-a-new-component-to-adafruit-io-wippersnapper?view=all
3535
- Machine-readable markdown: https://learn.adafruit.com/how-to-add-a-new-component-to-adafruit-io-wippersnapper.md?view=all
3636

37-
Fetch the `.md?view=all` version if you need more detail on any step — particularly for the
37+
Fetch the `.md?view=all` single page version (not subpage) if you need more detail on any step — particularly for the products learn guide, along with the
3838
Wippersnapper_Components repo setup, image requirements, and testing in Adafruit IO.
3939

4040
## Arguments
4141

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

44+
Ideally the user will provide the datasheet, product purchase url, wiki / learn guide url, and arduino driver library name. If not, the skill will research these based on the sensor name, attempting to load the adafruit product page to then find the almost-always-present learn guide link which mentions the needed arduino library (GH repo link and example code sketch link in GH).
45+
4446
## Environment Check (optional, do not block on this)
4547

4648
If Bash is available, quickly check connectivity to adapt your approach. **If Bash is not

0 commit comments

Comments
 (0)