Skip to content

Commit a6ae706

Browse files
tyethclaude
andcommitted
Fix skill image guidance: prefer isometric angle, not straight-on
Points 3 and 4 in the image selection guidance contradicted each other — point 3 said "straight-on" and "avoid angled shots" while point 4 said "slight angle". The correct style is the standard Adafruit isometric product photo (typically CDN image 00). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 97a371d commit a6ae706

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,10 @@ The definition.json must validate against `components/i2c/schema.json`. Key cons
254254
- Where `NN` is the image number (`01` = default, `00`-`04` are common variants)
255255
- If you scraped a URL from the product page or API, replace the resolution part
256256
(e.g. `970x728`, `640x480`) with `original` before downloading
257-
3. **Check all available shots** by testing `00` through `04` — pick the straight-on close-up
258-
of the breakout board with a plain background. Avoid lifestyle shots, angled shots with other
259-
boards, or images where the board is very small in the frame.
257+
3. **Check all available shots** by testing `00` through `04` — pick the slight-angle / isometric
258+
close-up of the breakout board with a plain background (this is the standard Adafruit product
259+
photo style, typically image `00`). Avoid lifestyle shots, shots with other boards or
260+
accessories in the frame, or images where the board is very small in the frame.
260261
4. Compare with existing component images (e.g. `components/i2c/sgp41/image.jpg`) for the
261262
expected style: close-up, slight angle, plain dark background, board well-centered.
262263

0 commit comments

Comments
 (0)