From 1180e717c7b7ec2b272708bef0f1b8645d4a3d99 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Sun, 5 Apr 2026 22:50:43 -0700 Subject: [PATCH] docs: regenerate top-level SKILL.md with updated flag descriptions Co-Authored-By: Claude Opus 4.6 --- SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SKILL.md b/SKILL.md index 395ae131..1301aefa 100644 --- a/SKILL.md +++ b/SKILL.md @@ -668,14 +668,14 @@ $B css ".button" "background-color" The snapshot is your primary tool for understanding and interacting with pages. ``` --i --interactive Interactive elements only (buttons, links, inputs) with @e refs +-i --interactive Interactive elements only (buttons, links, inputs) with @e refs. Also auto-enables cursor-interactive scan (-C) to capture dropdowns and popovers. -c --compact Compact (no empty structural nodes) -d --depth Limit tree depth (0 = root only, default: unlimited) -s --selector Scope to CSS selector -D --diff Unified diff against previous snapshot (first call stores baseline) -a --annotate Annotated screenshot with red overlay boxes and ref labels -o --output Output path for annotated screenshot (default: /browse-annotated.png) --C --cursor-interactive Cursor-interactive elements (@c refs — divs with pointer, onclick) +-C --cursor-interactive Cursor-interactive elements (@c refs — divs with pointer, onclick). Auto-enabled when -i is used. ``` All flags can be combined freely. `-o` only applies when `-a` is also used.