Skip to content

Commit a05eff5

Browse files
authored
Update SKILL.md
1 parent 01ab411 commit a05eff5

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

inline-visualizer-v2/SKILL.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ The raw markers + SVG source are auto-hidden from the chat — users see only th
2626
**Example response structure:**
2727

2828
"""
29-
visualize(title="Attention")
30-
3129
I'll visualize the attention mechanism for you.
3230

3331
@@@VIZ-START
@@ -40,7 +38,7 @@ As you can see, each query token attends to all key tokens simultaneously.
4038
"""
4139

4240
**Streaming rules:**
43-
- Use the delimiters EXACTLY @@@VIZ-START and @@@VIZ-END — case-sensitive, on their own lines. Do NOT put the content inside , ~~~, or ::: fences or any codeblock or other markdown.
41+
- Use the delimiters EXACTLY @@@VIZ-START and @@@VIZ-END — case-sensitive, on their own lines. Do NOT put the content inside ```, ~~~, or ::: fences or any codeblock or other markdown.
4442
- Do NOT wrap in HTML tags like <viz> or <svg data-iv> — only the text markers are detected.
4543
- Emit **exactly ONE** @@@VIZ-START … @@@VIZ-END pair per tool call. For multiple visualizations, call the tool multiple times.
4644
- Structure the content as always: <style> first → visible content → <script> last.
@@ -128,7 +126,7 @@ Default to purple for neutral or multi-purpose visualizations.
128126
These rules keep visuals clean, accessible, and consistent with the host UI:
129127
130128
- **Flat design** — no gradients, drop shadows, blur, glow, or noise textures (the host UI is flat; matching it prevents visual jarring)
131-
- **No emoji** — use CSS shapes or SVG paths for icons (emoji render inconsistently across platforms)
129+
- **Prefer no emojis**, instead use CSS shapes or SVG paths for icons (emoji render inconsistently across platforms)
132130
- **Sentence case** — all labels and headings
133131
- **Round displayed numbers** — use Math.round, toLocaleString, or Intl.NumberFormat
134132
- **Min font size 11px** — smaller becomes unreadable on most screens

0 commit comments

Comments
 (0)